Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 15, 2023
1 parent 06eedb4 commit 73aff68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
format!("{}", env).blue().bold()
);

#[allow(clippy::eq_op)]
if env!("BUILD_PROFILE") == "Debug" {
// 测试版本警告
warn!(
Expand Down

0 comments on commit 73aff68

Please sign in to comment.