Searched full:clippy (Results 1 – 25 of 639) sorted by relevance
12345678910>>...26
/external/rust/crates/serde_derive/src/ |
D | lib.rs | 18 // Ignored clippy lints 20 // clippy false positive: https://github.com/rust-lang/rust-clippy/issues/7054 21 clippy::branches_sharing_code, 22 clippy::cognitive_complexity, 23 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/7575 24 clippy::collapsible_match, 25 clippy::enum_variant_names, 26 // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6797 27 clippy::manual_map, 28 clippy::match_like_matches_macro, [all …]
|
/external/rust/cxx/gen/lib/src/ |
D | lib.rs | 12 clippy::cast_sign_loss, 13 clippy::default_trait_access, 14 clippy::enum_glob_use, 15 clippy::if_same_then_else, 16 clippy::inherent_to_string, 17 clippy::items_after_statements, 18 clippy::match_bool, 19 clippy::match_on_vec_items, 20 clippy::match_same_arms, 21 clippy::missing_errors_doc, [all …]
|
/external/rust/cxx/macro/src/ |
D | lib.rs | 2 clippy::cast_sign_loss, 3 clippy::default_trait_access, 4 clippy::doc_markdown, 5 clippy::enum_glob_use, 6 clippy::if_same_then_else, 7 clippy::inherent_to_string, 8 clippy::items_after_statements, 9 clippy::large_enum_variant, 10 clippy::match_bool, 11 clippy::match_same_arms, [all …]
|
/external/rust/cxx/gen/cmd/src/ |
D | main.rs | 2 clippy::cast_sign_loss, 3 clippy::cognitive_complexity, 4 clippy::default_trait_access, 5 clippy::enum_glob_use, 6 clippy::if_same_then_else, 7 clippy::inherent_to_string, 8 clippy::items_after_statements, 9 clippy::large_enum_variant, 10 clippy::match_bool, 11 clippy::match_on_vec_items, [all …]
|
/external/rust/crates/serde_json/tests/ |
D | lexical.rs | 2 clippy::cast_lossless, 3 clippy::cast_possible_truncation, 4 clippy::cast_possible_wrap, 5 clippy::cast_precision_loss, 6 clippy::cast_sign_loss, 7 clippy::comparison_chain, 8 clippy::doc_markdown, 9 clippy::excessive_precision, 10 clippy::float_cmp, 11 clippy::if_not_else, [all …]
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | tuple_struct-all.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::type_repetition_in_bounds)] 14 #[allow(clippy::mut_mut)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::type_repetition_in_bounds)] 28 #[allow(clippy::ref_option_ref)] [all …]
|
D | struct-all.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::type_repetition_in_bounds)] 18 #[allow(clippy::mut_mut)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 34 #[allow(clippy::type_repetition_in_bounds)] 36 #[allow(clippy::ref_option_ref)] [all …]
|
D | enum-all.expanded.rs | 17 #[allow(clippy::unknown_clippy_lints)] 18 #[allow(clippy::pattern_type_mismatch)] 19 #[allow(clippy::redundant_pub_crate)] 20 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::mut_mut)] 39 #[allow(clippy::unknown_clippy_lints)] 40 #[allow(clippy::pattern_type_mismatch)] 41 #[allow(clippy::redundant_pub_crate)] 42 #[allow(clippy::type_repetition_in_bounds)] 44 #[allow(clippy::ref_option_ref)] [all …]
|
D | tuple_struct-mut.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::type_repetition_in_bounds)] 14 #[allow(clippy::mut_mut)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::type_repetition_in_bounds)] 28 #[allow(clippy::semicolon_if_nothing_returned)] [all …]
|
D | struct-ref.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::type_repetition_in_bounds)] 18 #[allow(clippy::ref_option_ref)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 34 #[allow(clippy::type_repetition_in_bounds)] 36 #[allow(clippy::semicolon_if_nothing_returned)] [all …]
|
D | tuple_struct-ref.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::type_repetition_in_bounds)] 14 #[allow(clippy::ref_option_ref)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::type_repetition_in_bounds)] 28 #[allow(clippy::semicolon_if_nothing_returned)] [all …]
|
D | struct-mut.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::type_repetition_in_bounds)] 18 #[allow(clippy::mut_mut)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 34 #[allow(clippy::type_repetition_in_bounds)] 36 #[allow(clippy::semicolon_if_nothing_returned)] [all …]
|
/external/rust/crates/serde_json/src/ |
D | lib.rs | 304 // Ignored clippy lints 306 clippy::collapsible_else_if, 307 clippy::comparison_chain, 308 clippy::deprecated_cfg_attr, 309 clippy::doc_markdown, 310 clippy::excessive_precision, 311 clippy::float_cmp, 312 clippy::manual_range_contains, 313 clippy::match_like_matches_macro, 314 clippy::match_single_binding, [all …]
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | enum.expanded.rs | 17 #[allow(clippy::unknown_clippy_lints)] 18 #[allow(clippy::pattern_type_mismatch)] 19 #[allow(clippy::redundant_pub_crate)] 20 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::mut_mut)] 39 #[allow(clippy::unknown_clippy_lints)] 40 #[allow(clippy::pattern_type_mismatch)] 41 #[allow(clippy::redundant_pub_crate)] 42 #[allow(clippy::type_repetition_in_bounds)] 44 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | enum.expanded.rs | 17 #[allow(clippy::unknown_clippy_lints)] 18 #[allow(clippy::pattern_type_mismatch)] 19 #[allow(clippy::redundant_pub_crate)] 20 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::mut_mut)] 39 #[allow(clippy::unknown_clippy_lints)] 40 #[allow(clippy::pattern_type_mismatch)] 41 #[allow(clippy::redundant_pub_crate)] 42 #[allow(clippy::type_repetition_in_bounds)] 44 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | enum.expanded.rs | 17 #[allow(clippy::unknown_clippy_lints)] 18 #[allow(clippy::pattern_type_mismatch)] 19 #[allow(clippy::redundant_pub_crate)] 20 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::mut_mut)] 39 #[allow(clippy::unknown_clippy_lints)] 40 #[allow(clippy::pattern_type_mismatch)] 41 #[allow(clippy::redundant_pub_crate)] 42 #[allow(clippy::type_repetition_in_bounds)] 44 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | enum.expanded.rs | 17 #[allow(clippy::unknown_clippy_lints)] 18 #[allow(clippy::pattern_type_mismatch)] 19 #[allow(clippy::redundant_pub_crate)] 20 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::mut_mut)] 39 #[allow(clippy::unknown_clippy_lints)] 40 #[allow(clippy::pattern_type_mismatch)] 41 #[allow(clippy::redundant_pub_crate)] 42 #[allow(clippy::type_repetition_in_bounds)] 44 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/pinned_drop/ |
D | enum.expanded.rs | 18 #[allow(clippy::unknown_clippy_lints)] 19 #[allow(clippy::pattern_type_mismatch)] 20 #[allow(clippy::redundant_pub_crate)] 21 #[allow(clippy::type_repetition_in_bounds)] 23 #[allow(clippy::mut_mut)] 40 #[allow(clippy::unknown_clippy_lints)] 41 #[allow(clippy::pattern_type_mismatch)] 42 #[allow(clippy::redundant_pub_crate)] 43 #[allow(clippy::type_repetition_in_bounds)] 45 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | enum.expanded.rs | 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 23 #[allow(clippy::type_repetition_in_bounds)] 25 #[allow(clippy::mut_mut)] 49 #[allow(clippy::unknown_clippy_lints)] 50 #[allow(clippy::pattern_type_mismatch)] 51 #[allow(clippy::redundant_pub_crate)] 52 #[allow(clippy::type_repetition_in_bounds)] 54 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project-lite/tests/expand/naming/ |
D | struct-all.expanded.rs | 8 #[allow(clippy::unknown_clippy_lints)] 9 #[allow(clippy::mut_mut)] 10 #[allow(clippy::redundant_pub_crate)] 11 #[allow(clippy::ref_option_ref)] 12 #[allow(clippy::type_repetition_in_bounds)] 22 #[allow(clippy::unknown_clippy_lints)] 23 #[allow(clippy::mut_mut)] 24 #[allow(clippy::redundant_pub_crate)] 25 #[allow(clippy::ref_option_ref)] 26 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | enum-all.expanded.rs | 8 #[allow(clippy::unknown_clippy_lints)] 9 #[allow(clippy::mut_mut)] 10 #[allow(clippy::redundant_pub_crate)] 11 #[allow(clippy::ref_option_ref)] 12 #[allow(clippy::type_repetition_in_bounds)] 25 #[allow(clippy::unknown_clippy_lints)] 26 #[allow(clippy::mut_mut)] 27 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::ref_option_ref)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
/external/rust/crates/ryu/src/ |
D | lib.rs | 86 clippy::cast_lossless, 87 clippy::cast_possible_truncation, 88 clippy::cast_possible_wrap, 89 clippy::cast_sign_loss, 90 clippy::checked_conversions, 91 clippy::doc_markdown, 92 clippy::expl_impl_clone_on_copy, 93 clippy::if_not_else, 94 clippy::many_single_char_names, 95 clippy::missing_panics_doc, [all …]
|
/external/rust/crates/pin-project-lite/tests/expand/multifields/ |
D | struct.expanded.rs | 10 #[allow(clippy::mut_mut)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::type_repetition_in_bounds)] 21 #[allow(clippy::unknown_clippy_lints)] 22 #[allow(clippy::redundant_pub_crate)] 23 #[allow(clippy::used_underscore_binding)] 27 #[allow(clippy::unknown_clippy_lints)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::redundant_pub_crate)] 30 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project-lite/tests/expand/default/ |
D | enum.expanded.rs | 8 #[allow(clippy::unknown_clippy_lints)] 9 #[allow(clippy::mut_mut)] 10 #[allow(clippy::redundant_pub_crate)] 11 #[allow(clippy::ref_option_ref)] 12 #[allow(clippy::type_repetition_in_bounds)] 25 #[allow(clippy::unknown_clippy_lints)] 26 #[allow(clippy::mut_mut)] 27 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::ref_option_ref)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | struct.expanded.rs | 8 #[allow(clippy::unknown_clippy_lints)] 9 #[allow(clippy::redundant_pub_crate)] 10 #[allow(clippy::used_underscore_binding)] 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::mut_mut)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::ref_option_ref)] 18 #[allow(clippy::type_repetition_in_bounds)] 28 #[allow(clippy::unknown_clippy_lints)] 29 #[allow(clippy::mut_mut)] [all …]
|
12345678910>>...26