fix clippy

This commit is contained in:
Markus Unterwaditzer
2026-05-15 22:18:30 +02:00
committed by Will Greenberg
parent 0259b101b5
commit 19df99d663
3 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ mod tests {
println!("error = {:?}", reqwest_error);
assert!(reqwest_error.is_timeout());
}
_ => assert!(false),
_ => unreachable!(),
}
}