-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
S-blockedStatus: Blocked on something else such as an RFC or other implementation work.Status: Blocked on something else such as an RFC or other implementation work.WG-epochWorking group: Epoch (2018) managementWorking group: Epoch (2018) management
Description
We need to add an epoch lint for RFC 2126
It will lint extern crate foobar;
, suggesting removal in root mods, and replacement with use foobar;
in non-root mods.
This is blocked on the ability to elide extern crate in the first place.
alexregretep998 and petrochenkov
Metadata
Metadata
Assignees
Labels
S-blockedStatus: Blocked on something else such as an RFC or other implementation work.Status: Blocked on something else such as an RFC or other implementation work.WG-epochWorking group: Epoch (2018) managementWorking group: Epoch (2018) management