We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6c596 + 7d21460 commit 1b38d62Copy full SHA for 1b38d62
src/table.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
use self::BucketState::*;
12
-use std::alloc::{handle_alloc_error, Alloc, Global, Layout, LayoutErr};
+use std::alloc::{handle_alloc_error, AllocRef, Global, Layout, LayoutErr};
13
use std::collections::TryReserveError;
14
use std::marker;
15
use std::mem::{needs_drop, size_of};
0 commit comments