chyyuu 3 년 전
부모
커밋
21edbf5a5c
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;