Is there a cargo plugin that goes through your codebase and lints on any visibility qualifier that could be shrinked in scope? š¤
That is if there is some definition `pub(crate) thing` but that is only ever used in the module itself I want something that tells me, "This `pub(crate)` can be omitted"
4 months ago