Fix a typo on Struct Substructure

This commit is contained in:
Yuki Okushi 2022-05-25 22:25:37 +09:00
parent 4a99c5f504
commit 611948b968
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7

View File

@ -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