Skip to content

Commit

Permalink
chore: forbid unsafe_code
Browse files Browse the repository at this point in the history
  • Loading branch information
aegoroff committed Nov 27, 2023
1 parent 8a1f90d commit b8189a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ rstest = "=0.18.2"
lto = true
strip = true
panic = 'abort'

[lints.rust]
unsafe_code = "forbid"

0 comments on commit b8189a1

Please sign in to comment.