Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/src/lib.rs')
| -rw-r--r-- | crates/intern/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/intern/src/lib.rs b/crates/intern/src/lib.rs index 868d03caff..58327419f6 100644 --- a/crates/intern/src/lib.rs +++ b/crates/intern/src/lib.rs @@ -21,7 +21,7 @@ type Guard<T> = dashmap::RwLockWriteGuard< >; mod symbol; -pub use self::symbol::{symbols, Symbol}; +pub use self::symbol::{symbols as sym, Symbol}; pub struct Interned<T: Internable + ?Sized> { arc: Arc<T>, |