about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-04 04:25:36 +0100
committerest31 <MTest31@outlook.com>2023-03-11 20:40:18 +0100
commit7f4cc178f07fca98aee1b58bb4f82b2f45f8afac (patch)
tree41c6dcf644b73c38a8246ce82c1061814231d016 /compiler/rustc_builtin_macros/src
parent7a686bf41dbaf065203336c1e99e0406de621587 (diff)
downloadrust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.tar.gz
rust-7f4cc178f07fca98aee1b58bb4f82b2f45f8afac.zip
Address the new odd backticks tidy lint in compiler/
Diffstat (limited to 'compiler/rustc_builtin_macros/src')
-rw-r--r--compiler/rustc_builtin_macros/src/deriving/generic/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_builtin_macros/src/deriving/generic/mod.rs b/compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
index 1f819beeb5d..6b3053fdfac 100644
--- a/compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
+++ b/compiler/rustc_builtin_macros/src/deriving/generic/mod.rs
@@ -1052,6 +1052,7 @@ impl<'a> MethodDef<'a> {
     ///         ::core::hash::Hash::hash(&{ self.y }, state)
     ///     }
     /// }
+    /// ```
     fn expand_struct_method_body<'b>(
         &self,
         cx: &mut ExtCtxt<'_>,