Skip to content

Commit f1d3137

Browse files
committed
Clean up after merge
1 parent 62f60ed commit f1d3137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc_entry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use self::RustcEntry::*;
22
use crate::map::{make_insert_hash, Drain, HashMap, IntoIter, Iter, IterMut};
3-
use crate::raw::{AllocRef, Bucket, Global, RawTable};
3+
use crate::raw::{Allocator, Bucket, Global, RawTable};
44
use core::fmt::{self, Debug};
55
use core::hash::{BuildHasher, Hash};
66
use core::mem;

0 commit comments

Comments
 (0)