Browse Source

Remove allow(unused) from beat_ticker.

Jing Yang 3 năm trước cách đây
mục cha
commit
de596e53ee
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/beat_ticker.rs

+ 0 - 1
src/beat_ticker.rs

@@ -1,4 +1,3 @@
-#![allow(unused)]
 use std::ops::Deref;
 use std::sync::atomic::{AtomicUsize, Ordering};
 use std::sync::Arc;