Update set of suppressions for clippy 2019-04-30

This commit is contained in:
David Tolnay 2019-05-01 19:11:45 -07:00
parent b2ac3011f7
commit 6bc31f5ec8
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 2 additions and 1 deletions

View File

@ -50,9 +50,10 @@
#![doc(html_root_url = "https://docs.rs/itoa/0.4.3")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(feature = "cargo-clippy", allow(renamed_and_removed_lints))]
#![cfg_attr(
feature = "cargo-clippy",
allow(cast_lossless, unreadable_literal)
allow(const_static_lifetime, transmute_ptr_to_ptr),
)]
#[cfg(feature = "i128")]