chore: Make Clippy happy.

This commit is contained in:
Ivan Enderlin
2023-05-08 16:58:00 +02:00
parent bfcedcd49c
commit 6c8a19cf01

View File

@@ -2165,6 +2165,6 @@ mod tests {
.build(sender);
let probe_lock = probe_clone.lock().unwrap();
assert_eq!(probe_lock.get(), true);
assert!(probe_lock.get());
}
}