mirror of
https://github.com/encounter/object.git
synced 2026-07-10 12:18:39 -07:00
Allow clippy::collapsible_match in examples (#884)
This commit is contained in:
@@ -58,6 +58,8 @@ name = "simple_write"
|
||||
required-features = ["write"]
|
||||
|
||||
[lints.clippy]
|
||||
# Style.
|
||||
collapsible_match = "allow"
|
||||
nonminimal_bool = "allow"
|
||||
single_match = "allow"
|
||||
uninlined_format_args = "allow"
|
||||
|
||||
Reference in New Issue
Block a user