/external/rust/crates/serde_json/src/ |
D | lib.rs | 306 clippy::collapsible_else_if, 307 clippy::comparison_chain, 308 clippy::deprecated_cfg_attr, 309 clippy::doc_markdown, 310 clippy::excessive_precision, 311 clippy::explicit_auto_deref, 312 clippy::float_cmp, 313 clippy::manual_range_contains, 314 clippy::match_like_matches_macro, 315 clippy::match_single_binding, [all …]
|
/external/rust/crates/serde_derive/src/ |
D | lib.rs | 21 clippy::branches_sharing_code, 22 clippy::cognitive_complexity, 24 clippy::collapsible_match, 25 clippy::derive_partial_eq_without_eq, 26 clippy::enum_variant_names, 28 clippy::manual_map, 29 clippy::match_like_matches_macro, 30 clippy::needless_pass_by_value, 31 clippy::too_many_arguments, 32 clippy::trivially_copy_pass_by_ref, [all …]
|
/external/rust/cxx/gen/lib/src/ |
D | lib.rs | 13 clippy::cast_sign_loss, 14 clippy::default_trait_access, 15 clippy::derive_partial_eq_without_eq, 16 clippy::enum_glob_use, 17 clippy::if_same_then_else, 18 clippy::inherent_to_string, 19 clippy::items_after_statements, 20 clippy::match_bool, 21 clippy::match_on_vec_items, 22 clippy::match_same_arms, [all …]
|
/external/rust/cxx/macro/src/ |
D | lib.rs | 2 clippy::cast_sign_loss, 3 clippy::default_trait_access, 4 clippy::derive_partial_eq_without_eq, 5 clippy::doc_markdown, 6 clippy::enum_glob_use, 7 clippy::if_same_then_else, 8 clippy::inherent_to_string, 9 clippy::items_after_statements, 10 clippy::large_enum_variant, 11 clippy::match_bool, [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/cxx/gen/cmd/src/ |
D | main.rs | 2 clippy::cast_sign_loss, 3 clippy::cognitive_complexity, 4 clippy::default_trait_access, 5 clippy::derive_partial_eq_without_eq, 6 clippy::enum_glob_use, 7 clippy::if_same_then_else, 8 clippy::inherent_to_string, 9 clippy::items_after_statements, 10 clippy::large_enum_variant, 11 clippy::match_bool, [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/clap_derive/src/derives/ |
D | into_app.rs | 30 clippy::style, in gen_for_struct() 31 clippy::complexity, in gen_for_struct() 32 clippy::pedantic, in gen_for_struct() 33 clippy::restriction, in gen_for_struct() 34 clippy::perf, in gen_for_struct() 35 clippy::deprecated, in gen_for_struct() 36 clippy::nursery, in gen_for_struct() 37 clippy::cargo, in gen_for_struct() 38 clippy::suspicious_else_formatting, in gen_for_struct() 39 clippy::almost_swapped, in gen_for_struct() [all …]
|
/external/rust/cxx/src/ |
D | lib.rs | 374 clippy::cognitive_complexity, 375 clippy::declare_interior_mutable_const, 376 clippy::doc_markdown, 377 clippy::empty_enum, 378 clippy::inherent_to_string, 379 clippy::items_after_statements, 380 clippy::large_enum_variant, 381 clippy::len_without_is_empty, 382 clippy::missing_errors_doc, 383 clippy::missing_safety_doc, [all …]
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | tuple_struct-all.expanded.rs | 10 #[allow(clippy::unknown_clippy_lints)] 11 #[allow(clippy::pattern_type_mismatch)] 12 #[allow(clippy::redundant_pub_crate)] 13 #[allow(clippy::type_repetition_in_bounds)] 15 #[allow(clippy::mut_mut)] 28 #[allow(clippy::unknown_clippy_lints)] 29 #[allow(clippy::pattern_type_mismatch)] 30 #[allow(clippy::redundant_pub_crate)] 31 #[allow(clippy::type_repetition_in_bounds)] 33 #[allow(clippy::ref_option_ref)] [all …]
|
D | struct-all.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 33 #[allow(clippy::unknown_clippy_lints)] 34 #[allow(clippy::pattern_type_mismatch)] 35 #[allow(clippy::redundant_pub_crate)] 36 #[allow(clippy::type_repetition_in_bounds)] 38 #[allow(clippy::ref_option_ref)] [all …]
|
D | enum-all.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] 39 #[allow(clippy::redundant_pub_crate)] 40 #[allow(clippy::type_repetition_in_bounds)] 42 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/thiserror-impl/src/ |
D | lib.rs | 2 clippy::blocks_in_if_conditions, 3 clippy::cast_lossless, 4 clippy::cast_possible_truncation, 5 clippy::manual_find, 6 clippy::manual_map, 7 clippy::map_unwrap_or, 8 clippy::needless_pass_by_value, 9 clippy::option_if_let_else, 10 clippy::range_plus_one, 11 clippy::single_match_else, [all …]
|
/external/rust/crates/syn/src/ |
D | lib.rs | 257 clippy::bool_to_int_with_if, 258 clippy::cast_lossless, 259 clippy::cast_possible_truncation, 260 clippy::cast_possible_wrap, 261 clippy::cast_ptr_alignment, 262 clippy::default_trait_access, 263 clippy::doc_markdown, 264 clippy::expl_impl_clone_on_copy, 265 clippy::explicit_auto_deref, 266 clippy::if_not_else, [all …]
|
/external/rust/crates/webpki/src/ |
D | lib.rs | 30 clippy::doc_markdown, 31 clippy::if_not_else, 32 clippy::inline_always, 33 clippy::items_after_statements, 34 clippy::missing_errors_doc, 35 clippy::module_name_repetitions, 36 clippy::single_match, 37 clippy::single_match_else 39 #![deny(clippy::as_conversions)] 82 #[allow(unknown_lints, clippy::upper_case_acronyms)] [all …]
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | enum.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] 39 #[allow(clippy::redundant_pub_crate)] 40 #[allow(clippy::type_repetition_in_bounds)] 42 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | enum.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] 39 #[allow(clippy::redundant_pub_crate)] 40 #[allow(clippy::type_repetition_in_bounds)] 42 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/ryu/tests/ |
D | s2f_test.rs | 23 clippy::cast_lossless, 24 clippy::cast_possible_truncation, 25 clippy::cast_possible_wrap, 26 clippy::cast_possible_wrap, 27 clippy::cast_sign_loss, 28 clippy::checked_conversions, 29 clippy::float_cmp, 30 clippy::manual_range_contains, 31 clippy::similar_names, 32 clippy::too_many_lines, [all …]
|
/external/rust/cxx/gen/build/src/ |
D | lib.rs | 49 clippy::cast_sign_loss, 50 clippy::default_trait_access, 51 clippy::derive_partial_eq_without_eq, 52 clippy::doc_markdown, 53 clippy::drop_copy, 54 clippy::enum_glob_use, 55 clippy::explicit_auto_deref, 56 clippy::if_same_then_else, 57 clippy::inherent_to_string, 58 clippy::items_after_statements, [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/semver/src/ |
D | lib.rs | 70 clippy::cast_lossless, 71 clippy::cast_possible_truncation, 72 clippy::doc_markdown, 73 clippy::items_after_statements, 74 clippy::manual_map, 75 clippy::match_bool, 76 clippy::missing_errors_doc, 77 clippy::must_use_candidate, 78 clippy::needless_doctest_main, 79 clippy::option_if_let_else, [all …]
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | enum.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] 39 #[allow(clippy::redundant_pub_crate)] 40 #[allow(clippy::type_repetition_in_bounds)] 42 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | enum.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::type_repetition_in_bounds)] 19 #[allow(clippy::mut_mut)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] 39 #[allow(clippy::redundant_pub_crate)] 40 #[allow(clippy::type_repetition_in_bounds)] 42 #[allow(clippy::ref_option_ref)] [all …]
|
/external/rust/crates/pin-project/tests/expand/pinned_drop/ |
D | enum.expanded.rs | 15 #[allow(clippy::unknown_clippy_lints)] 16 #[allow(clippy::pattern_type_mismatch)] 17 #[allow(clippy::redundant_pub_crate)] 18 #[allow(clippy::type_repetition_in_bounds)] 20 #[allow(clippy::mut_mut)] 38 #[allow(clippy::unknown_clippy_lints)] 39 #[allow(clippy::pattern_type_mismatch)] 40 #[allow(clippy::redundant_pub_crate)] 41 #[allow(clippy::type_repetition_in_bounds)] 43 #[allow(clippy::ref_option_ref)] [all …]
|