Explorar el Código

Remove stablized feature 'renamed_spin_loop'

Yifan Wu hace 3 años
padre
commit
f30d4268b7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -4,7 +4,6 @@
 #![deny(unused_must_use, missing_docs)]
 #![allow(clippy::identity_op)]
 #![allow(dead_code)]
-#![feature(renamed_spin_loop)] // cause core::hint::spin_loop need this feature eenabled.
 
 // #[macro_use]
 extern crate log;