What it does
tells u to remove redundant crate::x prefix in imports
Advantage
cut noise
Drawbacks
none AFAIK
Example
Could be written as:
if this is written in in file a.rs
Comparison with existing lints
I couldn't find any lint that does anything like this
Additional Context
No response
What it does
tells u to remove redundant
crate::xprefix in importsAdvantage
cut noise
Drawbacks
none AFAIK
Example
Could be written as:
if this is written in in file
a.rsComparison with existing lints
I couldn't find any lint that does anything like this
Additional Context
No response