correct wrong doc syntax

This commit is contained in:
lucarlig 2024-02-25 22:52:44 +04:00
parent d84d9d32f1
commit ee50d5df90
4 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ enum OffendingFilterExpr<'tcx> {
},
/// `.filter(|enum| matches!(enum, Enum::A(_)))`
Matches {
/// The DefId of the variant being matched
/// The `DefId` of the variant being matched
variant_def_id: hir::def_id::DefId,
},
}