]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32219 - brson:lints, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 24 Mar 2016 06:09:47 +0000 (23:09 -0700)
committerbors <bors@rust-lang.org>
Thu, 24 Mar 2016 06:09:47 +0000 (23:09 -0700)
commitdc1f6831eb0d0e5cca16395f14b7406ff85c4c3d
treeb0f94acdd5584d6d51990143c53c345eccdb12a8
parent43843d06ea9598722b3af9019e8d0059c052382d
parentaddde1fd6f6fc16471473aaea405a8b73e8e9580
Auto merge of #32219 - brson:lints, r=alexcrichton

Make warnings of renamed and removed lints themselves lints

This adds the `renamed_and_removed_lints` warning, defaulting
to the warning level.

Fixes #31141