rdserver
: Allow complex types in Clippy lints
This commit is contained in:
parent
69ad3351a8
commit
9cc0a965cb
1 changed files with 1 additions and 0 deletions
|
@ -27,3 +27,4 @@ mediatype = { version = "0.19.18", features = ["serde"] }
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
tabs-in-doc-comments = "allow"
|
tabs-in-doc-comments = "allow"
|
||||||
|
type-complexity = "allow"
|
||||||
|
|
Loading…
Reference in a new issue