Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Sep 5, 2023
1 parent fb74725 commit 756b202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/apps/src/dispatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ impl<T: Twi, D: Delay> ExtensionDispatch for Dispatch<T, D> {
request: &request::SerdeExtension,
resources: &mut ServiceResources<P>,
) -> Result<reply::SerdeExtension, TrussedError> {
#[allow(unreachable_patterns)]
match backend {
#[cfg(feature = "backend-auth")]
Backend::Auth => match extension {
Expand Down

0 comments on commit 756b202

Please sign in to comment.