Lint on pub(crate) inside private mod #5274
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-unnecessary
Lint: Warn about unnecessary code
pub(crate)
withinmod
is redundant as the parentmod
is not public:It's also redundant to re-state
pub(crate)
:The text was updated successfully, but these errors were encountered: