Skip to content

Commit

Permalink
allow(clippy::match_single_binding)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilliamboswell committed Jan 9, 2025
1 parent 2010ada commit cc4d01f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/compiler/test_syntax/tests/test_snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ mod test_snapshots {

/// Does the given test name expect the canonicalization process to panic?
fn expect_canonicalize_panics(test_name: &str) -> bool {
#[allow(clippy::match_single_binding)]
match test_name {
// This is the current list as of writing.
// We should be driving these down to zero over time.
Expand Down

0 comments on commit cc4d01f

Please sign in to comment.