Sfoglia il codice sorgente

Remove allow(unused) from beat_ticker.

Jing Yang 3 anni fa
parent
commit
de596e53ee
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;