correct wrong doc syntax
This commit is contained in:
parent
d84d9d32f1
commit
ee50d5df90
4 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue