Skip to content

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
bheylin committed Nov 4, 2024
1 parent 96fa485 commit 7a76477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ confidence-threshold = 0.8
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
]

[advisories]
Expand Down

0 comments on commit 7a76477

Please sign in to comment.