diff options
| author | Josh Stone <jistone@redhat.com> | 2017-04-20 13:36:23 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2017-04-20 21:16:31 -0700 |
| commit | a724ff90e744c782e425e634defbf143b8ef62b9 (patch) | |
| tree | 9931fcae027926f145b784074046876d5db5fc96 /src/test | |
| parent | a76274e533969c8458c4471fbfc1b84ba44137e0 (diff) | |
Remove BinaryHeap::{push_pop,replace}
[unstable, deprecated since 1.13.0]
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/while-let.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/run-pass/while-let.rs b/src/test/run-pass/while-let.rs index 9ffba2c7999..aed6986c5fe 100644 --- a/src/test/run-pass/while-let.rs +++ b/src/test/run-pass/while-let.rs @@ -9,8 +9,6 @@ // except according to those terms. -#![feature(binary_heap_extras)] - use std::collections::BinaryHeap; fn make_pq() -> BinaryHeap<isize> { |
