rdserver: Allow complex types in Clippy lints

This commit is contained in:
Steffo 2024-12-13 03:07:54 +01:00
parent 69ad3351a8
commit 9cc0a965cb
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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"