Skip to content

Commit

Permalink
fix: allow uninlined format args
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Feb 10, 2023
1 parent be0b86d commit 203df05
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
@@ -1,4 +1,5 @@
#![cfg_attr(not(debug_assertions), deny(warnings))]
#![allow(clippy::uninlined_format_args)]

// use std::path::PathBuf;

Expand Down

0 comments on commit 203df05

Please sign in to comment.