Skip to content

Commit

Permalink
refactor: forbid unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahinli authored Nov 20, 2023
1 parent b4ab4e2 commit 3ee173f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ strip = "symbols"
opt-level = 3
overflow-checks = true
lto = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lints.rust]
unsafe_code = "forbid"

[dependencies]

0 comments on commit 3ee173f

Please sign in to comment.