Skip to content

Commit d76b531

Browse files
committed
Patch the dependencies
1 parent e3b25c9 commit d76b531

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crossbeam-utils-0.8.19/src/sync/parker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ impl Inner {
370370
match self.state.swap(EMPTY, SeqCst) {
371371
NOTIFIED | PARKED => return,
372372
n => panic!("inconsistent park_timeout state: {}", n),
373-
};
373+
}
374374
}
375375
}
376376
};

miniz_oxide-0.7.2/src/inflate/core.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ pub fn decompress(
17391739
// BadTotalSymbols | BadCodeSizeDistPrevLookup | BadCodeSizeSum | InvalidLitlen |
17401740
// InvalidDist | InvalidCodeLen
17411741
_ => break TINFLStatus::Failed,
1742-
};
1742+
}
17431743
};
17441744

17451745
let in_undo = if status != TINFLStatus::NeedsMoreInput

regex-1.8.4/src/exec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ impl<'c> ExecNoSync<'c> {
911911
continue;
912912
}
913913
Quit => return Some(Quit),
914-
};
914+
}
915915
}
916916
Some(NoMatch(text.len()))
917917
}

0 commit comments

Comments
 (0)