Skip to content

Commit a462e95

Browse files
authored
chore: allow matching infallible (#796)
1 parent 36cf4f2 commit a462e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/proto/streams/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl Store {
137137
Ok::<_, Infallible>(())
138138
}) {
139139
Ok(()) => (),
140+
#[allow(unused)]
140141
Err(infallible) => match infallible {},
141142
}
142143
}

0 commit comments

Comments
 (0)