mirror of
https://github.com/openharmony/third_party_rust_itoa.git
synced 2026-06-30 21:17:55 -04:00
Remove no longer triggered clippy suppressions
This commit is contained in:
@@ -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
-1
@@ -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))*) => {
|
||||
|
||||
Reference in New Issue
Block a user