fix visibility thing

This commit is contained in:
wires 2025-07-11 11:28:57 -04:00
parent b01b560d31
commit d7ceafc0f0
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -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 {