mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-22 21:44:19 +02:00
build(lint): warn large_include_file
This commit is contained in:
parent
6e52a3d554
commit
d7f7d98c8f
1 changed files with 2 additions and 1 deletions
|
|
@ -57,7 +57,8 @@ embed-resource = "2.4.2"
|
|||
unsafe_code = "deny"
|
||||
|
||||
[lints.clippy]
|
||||
unwrap_used = "warn"
|
||||
exit = "deny"
|
||||
unwrap_used = "warn"
|
||||
infinite_loop = "warn"
|
||||
format_push_string = "warn"
|
||||
large_include_file = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue