Browse Source

Remove stablized feature 'renamed_spin_loop'

Yifan Wu 3 năm trước cách đây
mục cha
commit
f30d4268b7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;