From fc925564cc2324b1343da721b1e8aab680292ac9 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Jan 2025 05:57:47 +0300 Subject: Partially appease clippy Some false positives on `serde(rename)` remain, as well as lints still requiring my attention. Change-Id: I3166771af20b2d07c6226b3b1a9d15fe36152356 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 467ad08..07211fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,9 @@ edition = "2021" default-run = "kittybox" autobins = false +[lints.rust] +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] } + [features] default = ["rustls", "postgres"] webauthn = ["openssl", "dep:webauthn"] -- cgit 1.4.1