diff --git a/acrate_rdserver/Cargo.toml b/acrate_rdserver/Cargo.toml index bdff788..ac749de 100644 --- a/acrate_rdserver/Cargo.toml +++ b/acrate_rdserver/Cargo.toml @@ -27,3 +27,4 @@ mediatype = { version = "0.19.18", features = ["serde"] } [lints.clippy] tabs-in-doc-comments = "allow" +type-complexity = "allow"