New lint: pub fn
stops being const
#190
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 stops being
const
, that's a breaking change: uses of that function inconst
contexts will no longer be allowed.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: