Making the macro not require a use statement.

This commit is contained in:
Jason Travis Smith
2016-01-28 13:54:21 -05:00
parent c15daad3b1
commit d1e6e8f4fe
2 changed files with 20 additions and 7 deletions

View File

@ -2,9 +2,6 @@
extern crate scribe;
use scribe::*;
pub fn main()
{