mirror of
https://gitee.com/openharmony/third_party_rust_itoa
synced 2024-11-26 23:00:39 +00:00
Remove no longer triggered clippy suppressions
This commit is contained in:
parent
52466ab21b
commit
fcdb43ec93
@ -35,10 +35,7 @@
|
||||
#![allow(
|
||||
clippy::cast_lossless,
|
||||
clippy::cast_possible_truncation,
|
||||
clippy::expl_impl_clone_on_copy,
|
||||
clippy::missing_errors_doc,
|
||||
clippy::must_use_candidate,
|
||||
clippy::semicolon_if_nothing_returned, // https://github.com/rust-lang/rust-clippy/issues/7768
|
||||
clippy::unreadable_literal
|
||||
)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(clippy::cast_lossless, clippy::unseparated_literal_suffix)]
|
||||
#![allow(clippy::cast_lossless)]
|
||||
|
||||
macro_rules! test {
|
||||
($($name:ident($value:expr, $expected:expr))*) => {
|
||||
|
Loading…
Reference in New Issue
Block a user