Closed
Description
It should be an error to have #[inline] on trait methods because #[inline] should be on the impl.
Otherwise it has no effect and leads people to think they are inlining when they aren't.
It should be an error to have #[inline] on trait methods because #[inline] should be on the impl.
Otherwise it has no effect and leads people to think they are inlining when they aren't.