From d7ceafc0f0facfcf069d73cf5d9450625cd73e5b Mon Sep 17 00:00:00 2001 From: wires Date: Fri, 11 Jul 2025 11:28:57 -0400 Subject: [PATCH] fix visibility thing --- src/parsing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {