change Interner to pub(crate)
This commit is contained in:
parent
11281a9842
commit
26b0dc3fd8
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