For some reason the lint catches ```rust x = x * -1; ```` but not ````rust x *= -1; ```` is this intended? (I assume it wants ````x = -x````)