mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-10 23:47:53 +02:00
Remove needless_option_as_deref exception
This commit is contained in:
parent
9bcd4198c5
commit
c5f49cfa48
@ -84,8 +84,6 @@ infinite_loop = "deny"
|
|||||||
mem_forget = "deny"
|
mem_forget = "deny"
|
||||||
dbg_macro = "warn"
|
dbg_macro = "warn"
|
||||||
todo = "warn"
|
todo = "warn"
|
||||||
# TODO: Remove after the following fix is released: https://github.com/rust-lang/rust-clippy/pull/13102
|
|
||||||
needless_option_as_deref = "allow"
|
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user