Skip to content

Commit

Permalink
Remove #![allow(unused)] as it suppresses useful warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Sep 1, 2024
1 parent 2c5cd55 commit c7ce843
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused)]

use byteorder::{BigEndian, ByteOrder, LittleEndian};
use flate2::read::ZlibDecoder;
use once_cell::unsync::OnceCell;
Expand Down

0 comments on commit c7ce843

Please sign in to comment.