Skip to content

Commit

Permalink
xtask: allow clippy needless borrows
Browse files Browse the repository at this point in the history
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
  • Loading branch information
jeckersb committed Jul 24, 2024
1 parent 1a171a6 commit 5635dc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xtask/src/xtask.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(clippy::needless_borrow)]
#![allow(clippy::needless_borrows_for_generic_args)]

use std::fs::File;
use std::io::{BufRead, BufReader, BufWriter, Write};
use std::process::{Command, Stdio};
Expand Down

0 comments on commit 5635dc3

Please sign in to comment.