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!(