mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
docs(lint): unsafe should stay as deny
This commit is contained in:
parent
3b10ea4bcb
commit
897b658d14
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ strip = "symbols"
|
|||
embed-resource = "2.4.2"
|
||||
|
||||
[lints.rust]
|
||||
# "deny" is temp, "forbid" later
|
||||
# "forbid" may cause conflicts with libs (static and dynamic)
|
||||
unsafe_code = "deny"
|
||||
|
||||
[lints.clippy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue