mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
allow(clippy::match_single_binding)
This commit is contained in:
parent
2010ada504
commit
cc4d01f63e
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue