Skip to content

Commit

Permalink
Deny indexing_slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 18, 2024
1 parent 0b4e441 commit 90725c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust_crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ wasm-bindgen-futures = "0.4.43"
[lints.clippy]
unwrap_used = "deny"
expect_used = "deny"
indexing_slicing = "deny"

0 comments on commit 90725c5

Please sign in to comment.