]> git.lizzy.rs Git - rust.git/commit
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)
commitf4e981cfe474f598b34ca07df8c8f16f042e120f
treefad59a0b486d793df40b89d7296a3f1d3ca5df06
parent29e6aabcebe3bdb507df22a6233024711412b343
parent51fd3bf6a823a406cccfbf48de4190cde42f6618
Auto merge of #53684 - alexcrichton:suggest-remove, r=oli-obk

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