speed up interning #61
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ struct InternerState<T: ?Sized + 'static + Send + Sync> {
|
|||
hasher: DefaultBuildHasher,
|
||||
}
|
||||
|
||||
pub struct Interner<T: ?Sized + 'static + Send + Sync> {
|
||||
pub(crate) struct Interner<T: ?Sized + 'static + Send + Sync> {
|
||||
state: Mutex<InternerState<T>>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue