Skip to content

Commit eed4094

Browse files
authored
Update library/alloc/src/collections/binary_heap/mod.rs
1 parent 746b5de commit eed4094

File tree

1 file changed

+1
-1
lines changed
  • library/alloc/src/collections/binary_heap

1 file changed

+1
-1
lines changed

library/alloc/src/collections/binary_heap/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ use crate::collections::TryReserveError;
155155
use crate::slice;
156156
use crate::vec::{self, AsVecIntoIter, Vec};
157157

158-
use safety::{ensures, requires};
158+
use safety::requires;
159159

160160
#[cfg(kani)]
161161
#[unstable(feature="kani", issue="none")]

0 commit comments

Comments
 (0)