X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_utils%2Fsrc%2Fsugg.rs;h=ab05a0b423853f245ca00b5d2f940383da0d8ef9;hb=3e5f80f009453143447bc1cf6bc17801e0586297;hp=65d93e8f86e43f1c7953d83f45721bb9add27c43;hpb=4c847c0dbd9db9ae3fb8ca4698938b2d6c713e83;p=rust.git diff --git a/clippy_utils/src/sugg.rs b/clippy_utils/src/sugg.rs index 65d93e8f86e..ab05a0b4238 100644 --- a/clippy_utils/src/sugg.rs +++ b/clippy_utils/src/sugg.rs @@ -329,7 +329,7 @@ fn has_enclosing_paren(sugg: impl AsRef) -> bool { } } -// Copied from the rust standart library, and then edited +/// Copied from the rust standard library, and then edited macro_rules! forward_binop_impls_to_ref { (impl $imp:ident, $method:ident for $t:ty, type Output = $o:ty) => { impl $imp<$t> for &$t {