Remove orphaned unsigned_negation lint reference.

This commit is contained in:
Eli Friedman 2015-07-22 17:47:01 -07:00
parent 5542830665
commit 312f886d03

View File

@ -14,7 +14,6 @@
#![stable(feature = "rust1", since = "1.0.0")]
#![allow(missing_docs)]
#![allow(unsigned_negation)]
use prelude::v1::*;