remove extern crate declaration and fix outfall (macros now need to be imported into scope)
using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit
This commit is contained in:
using use declarations in main.rs so that use paths don't need to be updated as well, this will be done in a later commit