]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk
authorbors <bors@rust-lang.org>
Wed, 29 Aug 2018 06:24:30 +0000 (06:24 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Aug 2018 06:24:30 +0000 (06:24 +0000)
rustc: Suggest removing `extern crate` in 2018

This commit updates the `unused_extern_crates` lint to make automatic
suggestions about removing `extern crate` annotations in the 2018 edition. This
ended up being a little easier than originally though due to what's likely been
fixed issues in the resolver!

Closes #52829


Trivial merge