Skip to content

Commit

Permalink
Disable read_zero_byte_vec lint
Browse files Browse the repository at this point in the history
This lint is triggering incorrectly, maybe due to:
rust-lang/rust-clippy#9274
  • Loading branch information
nicholasbishop committed Aug 14, 2022
1 parent 1f0c6ae commit f49d355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/wd_copier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ fn sync_progress_bar(
}
}

#[allow(clippy::read_zero_byte_vec)]
fn main() {
let opt = Opt::from_args();

Expand Down

0 comments on commit f49d355

Please sign in to comment.