]> git.lizzy.rs Git - rust.git/commit
Implement lint deprecation/removal…
authorSimonas Kazlauskas <git@kazlauskas.me>
Wed, 15 Jul 2015 17:12:30 +0000 (20:12 +0300)
committerSimonas Kazlauskas <git@kazlauskas.me>
Wed, 15 Jul 2015 17:16:58 +0000 (20:16 +0300)
commit22502154e6c1aee835554216d4b5054fd8f570f8
tree31405b294c64cc2f409ab10a5b7ae01185729121
parent0c9e3dc75cf2b2d122af0596225594240ed254eb
Implement lint deprecation/removal…

and deprecate/remove unsigned_negation lint.

This is useful to avoid causing breaking changes in case #![deny(unknown_lints)]
is used and lint is removed.
src/librustc/lint/context.rs
src/librustc_lint/lib.rs