Explorar el Código

Remove allow(unused) from beat_ticker.

Jing Yang hace 3 años
padre
commit
de596e53ee
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;