We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be53bc commit 402f55fCopy full SHA for 402f55f
clippy_lints/src/utils/author.rs
@@ -730,6 +730,7 @@ fn desugaring_name(des: hir::MatchSource) -> String {
730
"MatchSource::IfLetDesugar {{ contains_else_clause: {} }}",
731
contains_else_clause
732
),
733
+ hir::MatchSource::IfLetGuardDesugar => "MatchSource::IfLetGuardDesugar".to_string(),
734
hir::MatchSource::IfDesugar { contains_else_clause } => format!(
735
"MatchSource::IfDesugar {{ contains_else_clause: {} }}",
736
0 commit comments