Rollup merge of #97400 - JohnTitor:typo-fix-substructure, r=cjgillot
Fix a typo on Struct `Substructure`
This commit is contained in:
commit
e98f8f8fef
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ pub struct Substructure<'a> {
|
||||||
pub type_ident: Ident,
|
pub type_ident: Ident,
|
||||||
/// ident of the method
|
/// ident of the method
|
||||||
pub method_ident: Ident,
|
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_
|
/// [`Self_`]: ty::Ty::Self_
|
||||||
/// [ptr]: ty::Ty::Ptr
|
/// [ptr]: ty::Ty::Ptr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue