Macro clippy_utils::sugg::forward_binop_impls_to_ref
source · macro_rules! forward_binop_impls_to_ref { (impl $imp:ident, $method:ident for $t:ty, type Output = $o:ty) => { ... }; }
Expand description
Copied from the rust standard library, and then edited