Skip to content

Commit

Permalink
Enable clippy unwrap_used lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cattermole <[email protected]>
  • Loading branch information
adam-cattermole committed Nov 14, 2024
1 parent e88f73e commit 02a265b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![deny(clippy::all, clippy::unwrap_used)]
mod configuration;
mod data;
#[allow(renamed_and_removed_lints)]
#[allow(renamed_and_removed_lints, clippy::unwrap_used)]
mod envoy;
mod filter;
mod glob;
Expand Down

0 comments on commit 02a265b

Please sign in to comment.