Skip to content

Commit 611948b

Browse files
committed
Fix a typo on Struct Substructure
1 parent 4a99c5f commit 611948b

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)