Skip to content

Commit 1b38d62

Browse files
authored
Merge pull request #2 from DeltaManiac/patch-1
Fix build failure on rustc 1.42.0-nightly (8417d68de 2020-02-03)
2 parents fe6c596 + 7d21460 commit 1b38d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
use self::BucketState::*;
12-
use std::alloc::{handle_alloc_error, Alloc, Global, Layout, LayoutErr};
12+
use std::alloc::{handle_alloc_error, AllocRef, Global, Layout, LayoutErr};
1313
use std::collections::TryReserveError;
1414
use std::marker;
1515
use std::mem::{needs_drop, size_of};

0 commit comments

Comments
 (0)