diff --git a/Cargo.toml b/Cargo.toml index 594c2d9..8cdb674 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,3 +66,4 @@ implicit_hasher = "allow" # this lib is designed to be used in `#[cfg(test)]` co # These lints are allowed, but we want to deny them over time module_name_repetitions = "allow" +should_panic_without_expect = "allow" diff --git a/deny.toml b/deny.toml index 1ae9e3e..c2c3382 100644 --- a/deny.toml +++ b/deny.toml @@ -7,7 +7,6 @@ confidence-threshold = 0.8 allow = [ "Apache-2.0", "MIT", - "Unicode-DFS-2016", ] [advisories]