Skip to content

Commit

Permalink
allow(unreachable_patterns) to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suaviloquence committed Aug 16, 2024
1 parent 1379b54 commit bac2af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter-types/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ impl<X> Value<X> {
.map(|(k, v)| (k, Self::from_data(v)))
.collect(),
),
#[allow(unreachable_patterns)]
Extra(never) => match never.0 {},
}
}
Expand Down

0 comments on commit bac2af5

Please sign in to comment.