mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
chore(ffi): Make Clippy happy.
This commit is contained in:
@@ -65,7 +65,7 @@ impl RoomList {
|
||||
let sync_stream = this.sync();
|
||||
pin_mut!(sync_stream);
|
||||
|
||||
while let Some(_) = sync_stream.next().await {
|
||||
while sync_stream.next().await.is_some() {
|
||||
// keep going!
|
||||
}
|
||||
})))
|
||||
|
||||
Reference in New Issue
Block a user