Skip to content

Commit

Permalink
chore(clippy): deny indexing at workspace-level
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories authored and kaspar030 committed Apr 29, 2024
1 parent 1036489 commit 37a31dc
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 @@ -102,5 +102,5 @@ unused_must_use = "deny"

[workspace.lints.clippy]
# Clippy lints are documented here: https://rust-lang.github.io/rust-clippy/master/index.html
indexing_slicing = "warn"
indexing_slicing = "deny"
missing_safety_doc = { level = "warn" }

0 comments on commit 37a31dc

Please sign in to comment.