We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d43ae8 + 611948b commit e98f8f8Copy full SHA for e98f8f8
compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
@@ -257,7 +257,7 @@ pub struct Substructure<'a> {
257
pub type_ident: Ident,
258
/// ident of the method
259
pub method_ident: Ident,
260
- /// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)][ptr]` arguments
+ /// dereferenced access to any [`Self_`] or [`Ptr(Self_, _)`][ptr] arguments
261
///
262
/// [`Self_`]: ty::Ty::Self_
263
/// [ptr]: ty::Ty::Ptr
0 commit comments