From 7a764771be38a7211655fed59b32e1bf29796edf Mon Sep 17 00:00:00 2001 From: Brian Heylin <3947+bheylin@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:03:49 +0100 Subject: [PATCH] Fix CI failures --- Cargo.toml | 1 + deny.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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]