-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-lintArea: New lintsArea: New lintsgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
Description
What it does
Found that some beginners write mod lib;
in main.rs
to reference lib.rs
contents. Definitely not what people actually want to do!
Lint Name
No response
Category
suspicious
Advantage
No response
Drawbacks
No response
Example
// main.rs
mod lib;
Could be written as:
use this_package as lib;
Tnze, lengyijun, Alexendoo, dswij, jsjutzi and 1 more
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lintsgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy