Stabilize total_cmp

This commit is contained in:
Pyry Kontio
2022-03-29 21:43:24 +09:00
parent 2ed6786404
commit 1b9cd5bb62
4 changed files with 2 additions and 6 deletions

View File

@@ -21,7 +21,6 @@
#![feature(staged_api)]
#![feature(process_exitcode_internals)]
#![feature(test)]
#![feature(total_cmp)]
// Public reexports
pub use self::bench::{black_box, Bencher};