Skip to content

Commit e98f8f8

Browse files
authored
Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillot
Fix a typo on Struct `Substructure`
2 parents 5d43ae8 + 611948b commit e98f8f8

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_builtin_macros/src/deriving/generic

1 file changed

+1
-1
lines changed

compiler/rustc_builtin_macros/src/deriving/generic/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pub struct Substructure<'a> {
257257
pub type_ident: Ident,
258258
/// ident of the method
259259
pub method_ident: Ident,
260-
/// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)][ptr]` arguments
260+
/// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)`][ptr] arguments
261261
///
262262
/// [`Self_`]: ty::Ty::Self_
263263
/// [ptr]: ty::Ty::Ptr

0 commit comments

Comments
 (0)