New lint: existing trait method is no longer unsafe
#606
Labels
A-lint
Area: new or existing lint
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: Mentorship is available for this issue.
Major breaking change because existing impls of that trait must remove the
unsafe
from that method as well.Example: (playground)
This errors out:
Going in the opposite direction is breaking too: #605
The text was updated successfully, but these errors were encountered: