cleanup: remove fixed clippy bug workaround

This commit is contained in:
Winter 2025-05-08 20:52:53 -04:00 committed by Austin Seipp
parent 79fb219159
commit 920debcc01

View file

@ -175,7 +175,6 @@ mod tests {
let id_1 = CommitId::from_hex("111111");
let change_id1 = new_change_id();
let id_2 = CommitId::from_hex("222222");
#[expect(clippy::redundant_clone)] // Work around nightly clippy false positive
// TODO: Remove the exception after https://github.com/rust-lang/rust-clippy/issues/10577
// is fixed or file a new bug.
let change_id2 = change_id1.clone();