mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
da79ff3cc2
This commit updates one of the edition lints to only suggest deleting `extern crate` if it actually works. Otherwise this can yield some confusing behavior with rustfix specifically where if you accidentally deny the `rust_2018_idioms` lint in the 2015 edition it's suggesting features that don't work!