From e8e4794efb324bbdd2f29805e7a96cf1ee1616a8 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 14 Jun 2026 13:58:59 +0900 Subject: refactor: fix warnings --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index accaec5..8747cba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,5 @@ url = "2.5.8" zip = "8.6.0" [workspace.lints.rust] -warnings = "allow" +async_fn_in_trait = "allow" +unused = "allow" -- cgit v1.3.1