mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-22 10:02:58 +00:00
Use Symbol in Name
This commit is contained in:
parent
843806b79f
commit
3fe815b0f3
75 changed files with 750 additions and 755 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue