Skip to content

Commit

Permalink
Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillot
Browse files Browse the repository at this point in the history
Fix a typo on Struct `Substructure`
  • Loading branch information
Dylan-DPC committed May 25, 2022
2 parents 5d43ae8 + 611948b commit e98f8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
Expand Up @@ -257,7 +257,7 @@ pub struct Substructure<'a> {
pub type_ident: Ident,
/// ident of the method
pub method_ident: Ident,
/// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)][ptr]` arguments
/// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)`][ptr] arguments
///
/// [`Self_`]: ty::Ty::Self_
/// [ptr]: ty::Ty::Ptr
Expand Down

0 comments on commit e98f8f8

Please sign in to comment.