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
The compiler already has the rust_2018_idioms lint group. You can try if that already solves most of what you want. If not, please open an issue for concrete problems against rustc.
With the release of Rust 2018, many uses of
extern crate
are useless. Could there be a lint to recommend removing these occurrences?The text was updated successfully, but these errors were encountered: