This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d45df3caa
rust
/
tests
/
ui
/
editions
/
auxiliary
/
edition-extern-crate-allowed.rs
2 lines
23 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc: Only suggest deleting `extern crate` if it works 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!
2018-05-11 13:31:08 -05:00
// intentionally empty
Reference in New Issue
Copy Permalink