libstd: Fix merge fallout.
This commit is contained in:
parent
2c6dae081b
commit
78f33437b6
3 changed files with 14 additions and 18 deletions
|
@ -11,7 +11,6 @@
|
|||
//! A priority queue implemented with a binary heap
|
||||
|
||||
use core::old_iter::BaseIter;
|
||||
use core::ptr::addr_of;
|
||||
|
||||
#[abi = "rust-intrinsic"]
|
||||
extern "rust-intrinsic" mod rusti {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue