Skip to content

Commit

Permalink
Relax lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 23, 2024
1 parent 81ef317 commit dec0358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ members = [
out_of_bounds_indexing = "allow"
str_to_string = "warn"
unwrap_used = "warn"
undocumented_unsafe_blocks = "forbid"
undocumented_unsafe_blocks = "deny" # Can't have forbid here because #[derive(Parser)] wants to allow all clippy restrictions.

[target.'cfg(windows)'.build-dependencies]
ico-builder = "0.1.0"
Expand Down

0 comments on commit dec0358

Please sign in to comment.