diff options
| author | est31 <MTest31@outlook.com> | 2023-03-04 04:25:36 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-03-11 20:40:18 +0100 |
| commit | 7f4cc178f07fca98aee1b58bb4f82b2f45f8afac (patch) | |
| tree | 41c6dcf644b73c38a8246ce82c1061814231d016 /compiler/rustc_builtin_macros/src | |
| parent | 7a686bf41dbaf065203336c1e99e0406de621587 (diff) | |
| download | rust-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.rs | 1 |
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<'_>, |
