chore: collapse if statements; autofix Clippy warnings
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2765a6864b5435d803472b0fba313d7e6a6a6964
This commit is contained in:
parent
92844d302e
commit
eb8b231340
4 changed files with 7 additions and 6 deletions
|
|
@ -109,6 +109,7 @@ similar_names = "allow"
|
|||
single_call_fn = "allow"
|
||||
std_instead_of_core = "allow"
|
||||
too_long_first_doc_paragraph = "allow"
|
||||
too_many_arguments = "allow" # I don't care
|
||||
too_many_lines = "allow"
|
||||
undocumented_unsafe_blocks = "warn"
|
||||
unnecessary_safety_comment = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue