Skip to content

Commit 7323ffa

Browse files
committed
Update to latest Rust nightly
1 parent f6850fc commit 7323ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
//! assert_eq!(vec![(2, 20), (1, 10), (3, 30)], items);
2929
//! ```
3030
31-
#![feature(std_misc)]
32-
#![feature(alloc)]
33-
#![feature(core)]
31+
#![feature(hashmap_hasher)]
32+
#![feature(box_raw)]
33+
#![feature(iter_order)]
3434

3535
use std::borrow::Borrow;
3636
use std::boxed;

0 commit comments

Comments
 (0)