diff --git a/src/parsing.rs b/src/parsing.rs index 0ab16f9..911d95e 100644 --- a/src/parsing.rs +++ b/src/parsing.rs @@ -3,9 +3,9 @@ mod symbol; use std::num::ParseIntError; -pub use cursor::Cursor; pub use symbol::Interner; +use cursor::Cursor; use symbol::Symbol; fn is_atom_start(c: char) -> bool {