1
Fork 0

Address the new odd backticks tidy lint in compiler/

This commit is contained in:
est31 2023-03-04 04:25:36 +01:00
parent 7a686bf41d
commit 7f4cc178f0
9 changed files with 10 additions and 6 deletions

View file

@ -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<'_>,