Disagree that 0x10000 is unreadable

This commit is contained in:
David Tolnay 2017-08-05 23:26:15 -07:00
parent 26098ed877
commit d3e5dd9cd7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -96,6 +96,7 @@
#![cfg_attr(feature = "cargo-clippy", allow(doc_markdown))]
#![cfg_attr(feature = "cargo-clippy", allow(linkedlist))]
#![cfg_attr(feature = "cargo-clippy", allow(type_complexity))]
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
#![cfg_attr(feature = "cargo-clippy", allow(zero_prefixed_literal))]
// Blacklisted Rust lints.