New lint: pub fn
becomes unsafe
#191
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.
If a public function becomes
unsafe
, that's a breaking change: uses of that function now require anunsafe
block.We already have the necessary schema for this, so this just needs the lint query and a test case.
The text was updated successfully, but these errors were encountered: