mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-17 21:38:11 -07:00
fix clippy
This commit is contained in:
committed by
Will Greenberg
parent
0259b101b5
commit
19df99d663
@@ -290,7 +290,7 @@ mod tests {
|
||||
println!("error = {:?}", reqwest_error);
|
||||
assert!(reqwest_error.is_timeout());
|
||||
}
|
||||
_ => assert!(false),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user