Silence clippy
This commit is contained in:
@ -642,6 +642,7 @@ impl Buffer for RoomBuffer {
|
||||
for buf in &self.buffers {
|
||||
let mut reached_fully_read = false;
|
||||
for item in buf.items.iter().rev() {
|
||||
#[allow(clippy::single_match)]
|
||||
match item {
|
||||
(
|
||||
_id,
|
||||
|
Reference in New Issue
Block a user