You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was fixed by #57557. @petrochenkov, if you're satisfied that the existing tests cover this, feel free to close this issue. extern-crate-used.rs from that PR seems to be the closest existing test, which seems pretty close to the same as this.
The following gives a suggestion to remove the
extern crate
which results in broken code in 2018.The lint doesn't fire if the crate is used in the root module.
The text was updated successfully, but these errors were encountered: