chyyuu преди 3 години
родител
ревизия
4b1d2bfff4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -4,7 +4,7 @@
 #![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.
+#![feature(renamed_spin_loop)] // cause core::hint::spin_loop need this feature eenabled.
 
 // #[macro_use]
 extern crate log;