Allow clippy::map_unwrap_or.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c944f1124a
commit
cf13f5afc1
1 changed files with 1 additions and 0 deletions
|
|
@ -920,6 +920,7 @@ enum_glob_use = { level = "allow", priority = 1 }
|
|||
if_not_else = { level = "allow", priority = 1 }
|
||||
if_then_some_else_none = { level = "allow", priority = 1 }
|
||||
inline_always = { level = "allow", priority = 1 }
|
||||
map_unwrap_or = { level = "allow", priority = 1 }
|
||||
match_bool = { level = "allow", priority = 1 }
|
||||
missing_docs_in_private_items = { level = "allow", priority = 1 }
|
||||
missing_errors_doc = { level = "allow", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue