Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored May 9, 2024
1 parent 32dfeed commit 61ded34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
missing_copy_implementations,
missing_debug_implementations
)]
#![cfg_attr(not(featuee = "all"), allow(unused))]
#![cfg_attr(not(feature = "all"), allow(unused))]

#[cfg(any(feature = "bzip2", feature = "flate2", feature = "xz2"))]
use std::convert::TryInto;
Expand Down

0 comments on commit 61ded34

Please sign in to comment.