We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f60ed commit f1d3137Copy full SHA for f1d3137
src/rustc_entry.rs
@@ -1,6 +1,6 @@
1
use self::RustcEntry::*;
2
use crate::map::{make_insert_hash, Drain, HashMap, IntoIter, Iter, IterMut};
3
-use crate::raw::{AllocRef, Bucket, Global, RawTable};
+use crate::raw::{Allocator, Bucket, Global, RawTable};
4
use core::fmt::{self, Debug};
5
use core::hash::{BuildHasher, Hash};
6
use core::mem;
0 commit comments