Skip to content

Commit

Permalink
chore: allow matching infallible (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 19, 2024
1 parent 36cf4f2 commit a462e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/proto/streams/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ impl Store {
Ok::<_, Infallible>(())
}) {
Ok(()) => (),
#[allow(unused)]
Err(infallible) => match infallible {},
}
}
Expand Down

0 comments on commit a462e95

Please sign in to comment.