From 73aff6822bfe28ae0ccd5204a9f41d4b01dc557b Mon Sep 17 00:00:00 2001 From: Jonson Petard <41122242+greenhat616@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:36:27 +0800 Subject: [PATCH] fix: lint --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 4a29f93..fb4e71e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -28,6 +28,7 @@ async fn main() -> Result<(), Box> { format!("{}", env).blue().bold() ); + #[allow(clippy::eq_op)] if env!("BUILD_PROFILE") == "Debug" { // 测试版本警告 warn!(