Commit 36b1315
committed
fix(clippy): replace match with if let for single pattern
Fixes clippy::single_match warning in profile_linter.rs by
using if let instead of match for single pattern destructuring.
https://claude.ai/code/session_01U8AKLUWvrAE2w6Ey63qDGQ1 parent 16b6aa5 commit 36b1315
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
| 586 | + | |
| 587 | + | |
591 | 588 | | |
592 | 589 | | |
593 | 590 | | |
| |||
0 commit comments