mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-16 06:15:02 +01:00
slightly clean up the code
This commit is contained in:
parent
ae29dd0505
commit
13aec667db
4 changed files with 29 additions and 29 deletions
|
|
@ -16,3 +16,7 @@ tempfile = "3.18.0"
|
|||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
|
||||
|
||||
[lints.clippy]
|
||||
type_complexity = "allow"
|
||||
if_same_then_else = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue