mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 22:15:44 -04:00
chore: Make Clippy happy.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user