浏览代码

Fix format

Barry 3 年之前
父节点
当前提交
eb9d27d016
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/lib.rs

+ 1 - 2
src/lib.rs

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