Skip to content

Commit

Permalink
Merge pull request #514 from JakeRoggenbuck/clippy-mod
Browse files Browse the repository at this point in the history
Fix Clippy
  • Loading branch information
JakeRoggenbuck authored Feb 2, 2023
2 parents a3bb57a + 166fdc5 commit 9b5c335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// https://crates.io/crates/autoclockspeed
// https://github.com/autoclockspeed

#![allow(clippy::uninlined_format_args)]

use args::parse_args;
use config::get_config;
use error::Error;
Expand Down

0 comments on commit 9b5c335

Please sign in to comment.