We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5307c commit ab7fa4bCopy full SHA for ab7fa4b
1 file changed
linera-views/src/backends/rocks_db.rs
@@ -632,7 +632,7 @@ impl RocksDbStoreInternal {
632
}
633
634
if let Err(error) = iter.status() {
635
- let _ = tx.blocking_send(Err(error.into()));
+ _ = tx.blocking_send(Err(error.into()));
636
637
});
638
while let Some(item) = rx.recv().await {
@@ -681,7 +681,7 @@ impl RocksDbStoreInternal {
681
682
683
684
685
686
687
0 commit comments