Skip to content

Commit 76951f1

Browse files
committed
refactor(lint): ignore future lint
1 parent 667f964 commit 76951f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ async fn run(do_commit: bool, site_filter: Option<&Regex>) -> anyhow::Result<()>
223223
while let Some((url, result)) = rx.recv().await {
224224
amount_done += 1;
225225
match result {
226+
#[allow(clippy::to_string_in_format_args)]
226227
Ok((change_kind, ip_version, took)) => {
227228
println!(
228229
"{:4}/{} {:12} {:5}ms {} {}",

0 commit comments

Comments
 (0)