Skip to content

Commit 9aff1b6

Browse files
committed
clippy
1 parent 2d059a2 commit 9aff1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ pub async fn consistency_check(blobs: &blobs::Client, verbose: u8, repair: bool)
570570
} => {
571571
print(level, entry, message);
572572
}
573-
ConsistencyCheckProgress::Done { .. } => {
573+
ConsistencyCheckProgress::Done => {
574574
eprintln!("Consistency check done");
575575
}
576576
ConsistencyCheckProgress::Abort(error) => {

0 commit comments

Comments
 (0)