allow(clippy::match_single_binding)

This commit is contained in:
Luke Boswell 2025-01-09 12:27:25 +11:00
parent 2010ada504
commit cc4d01f63e
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -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.