Searched full:clippy (Results 1 – 25 of 460) sorted by relevance
12345678910>>...19
/external/rust/crates/serde_derive/src/ |
D | lib.rs | 18 #![deny(clippy::all, clippy::pedantic)] 19 // Ignored clippy lints 21 clippy::cognitive_complexity, 22 clippy::enum_variant_names, 23 clippy::match_like_matches_macro, 24 clippy::needless_pass_by_value, 25 clippy::too_many_arguments, 26 clippy::trivially_copy_pass_by_ref, 27 clippy::used_underscore_binding, 28 clippy::wildcard_in_or_patterns, [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::inherent_to_string, 16 clippy::items_after_statements, 17 clippy::match_bool, 18 clippy::match_on_vec_items, 19 clippy::match_same_arms, 20 clippy::missing_errors_doc, 21 clippy::module_name_repetitions, [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::inherent_to_string, 7 clippy::items_after_statements, 8 clippy::large_enum_variant, 9 clippy::match_bool, 10 clippy::match_on_vec_items, 11 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::doc_markdown, 5 clippy::enum_glob_use, 6 clippy::filter_map, 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/crates/pin-project/tests/expand/project_replace/ |
D | struct.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::semicolon_if_nothing_returned)] 17 #[allow(clippy::used_underscore_binding)] 24 #[allow(clippy::unknown_clippy_lints)] 25 #[allow(clippy::pattern_type_mismatch)] 26 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | tuple_struct.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [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)] 13 #[allow(clippy::mut_mut)] 14 #[allow(clippy::type_repetition_in_bounds)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 27 #[allow(clippy::ref_option_ref)] 28 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | struct-all.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::mut_mut)] 18 #[allow(clippy::type_repetition_in_bounds)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 35 #[allow(clippy::ref_option_ref)] 36 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | tuple_struct-own.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 19 #[allow(clippy::unknown_clippy_lints)] 20 #[allow(clippy::pattern_type_mismatch)] 21 #[allow(clippy::redundant_pub_crate)] 22 #[allow(clippy::semicolon_if_nothing_returned)] 23 #[allow(clippy::used_underscore_binding)] 30 #[allow(clippy::unknown_clippy_lints)] 31 #[allow(clippy::pattern_type_mismatch)] [all …]
|
D | struct-own.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::unknown_clippy_lints)] 27 #[allow(clippy::pattern_type_mismatch)] 28 #[allow(clippy::redundant_pub_crate)] 29 #[allow(clippy::semicolon_if_nothing_returned)] 30 #[allow(clippy::used_underscore_binding)] 37 #[allow(clippy::unknown_clippy_lints)] 38 #[allow(clippy::pattern_type_mismatch)] [all …]
|
D | struct-none.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::semicolon_if_nothing_returned)] 17 #[allow(clippy::used_underscore_binding)] 24 #[allow(clippy::unknown_clippy_lints)] 25 #[allow(clippy::pattern_type_mismatch)] 26 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::type_repetition_in_bounds)] [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)] 13 #[allow(clippy::mut_mut)] 14 #[allow(clippy::type_repetition_in_bounds)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::semicolon_if_nothing_returned)] 27 #[allow(clippy::used_underscore_binding)] [all …]
|
D | tuple_struct-none.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | struct-mut.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::mut_mut)] 18 #[allow(clippy::type_repetition_in_bounds)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 34 #[allow(clippy::semicolon_if_nothing_returned)] 35 #[allow(clippy::used_underscore_binding)] [all …]
|
D | struct-ref.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::ref_option_ref)] 18 #[allow(clippy::type_repetition_in_bounds)] 31 #[allow(clippy::unknown_clippy_lints)] 32 #[allow(clippy::pattern_type_mismatch)] 33 #[allow(clippy::redundant_pub_crate)] 34 #[allow(clippy::semicolon_if_nothing_returned)] 35 #[allow(clippy::used_underscore_binding)] [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)] 13 #[allow(clippy::ref_option_ref)] 14 #[allow(clippy::type_repetition_in_bounds)] 23 #[allow(clippy::unknown_clippy_lints)] 24 #[allow(clippy::pattern_type_mismatch)] 25 #[allow(clippy::redundant_pub_crate)] 26 #[allow(clippy::semicolon_if_nothing_returned)] 27 #[allow(clippy::used_underscore_binding)] [all …]
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | struct.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::semicolon_if_nothing_returned)] 17 #[allow(clippy::used_underscore_binding)] 24 #[allow(clippy::unknown_clippy_lints)] 25 #[allow(clippy::pattern_type_mismatch)] 26 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | tuple_struct.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | tuple_struct.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | struct.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::semicolon_if_nothing_returned)] 17 #[allow(clippy::used_underscore_binding)] 24 #[allow(clippy::unknown_clippy_lints)] 25 #[allow(clippy::pattern_type_mismatch)] 26 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
/external/rust/crates/pin-project/tests/expand/pub/ |
D | tuple_struct.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
/external/rust/crates/pin-project/tests/expand/default/ |
D | struct.expanded.rs | 13 #[allow(clippy::unknown_clippy_lints)] 14 #[allow(clippy::pattern_type_mismatch)] 15 #[allow(clippy::redundant_pub_crate)] 16 #[allow(clippy::semicolon_if_nothing_returned)] 17 #[allow(clippy::used_underscore_binding)] 24 #[allow(clippy::unknown_clippy_lints)] 25 #[allow(clippy::pattern_type_mismatch)] 26 #[allow(clippy::redundant_pub_crate)] 28 #[allow(clippy::mut_mut)] 29 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | tuple_struct.expanded.rs | 9 #[allow(clippy::unknown_clippy_lints)] 10 #[allow(clippy::pattern_type_mismatch)] 11 #[allow(clippy::redundant_pub_crate)] 12 #[allow(clippy::semicolon_if_nothing_returned)] 13 #[allow(clippy::used_underscore_binding)] 20 #[allow(clippy::unknown_clippy_lints)] 21 #[allow(clippy::pattern_type_mismatch)] 22 #[allow(clippy::redundant_pub_crate)] 24 #[allow(clippy::mut_mut)] 25 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
/external/rust/crates/pin-project/tests/expand/pinned_drop/ |
D | struct.expanded.rs | 14 #[allow(clippy::unknown_clippy_lints)] 15 #[allow(clippy::pattern_type_mismatch)] 16 #[allow(clippy::redundant_pub_crate)] 17 #[allow(clippy::semicolon_if_nothing_returned)] 18 #[allow(clippy::used_underscore_binding)] 25 #[allow(clippy::unknown_clippy_lints)] 26 #[allow(clippy::pattern_type_mismatch)] 27 #[allow(clippy::redundant_pub_crate)] 29 #[allow(clippy::mut_mut)] 30 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
D | tuple_struct.expanded.rs | 10 #[allow(clippy::unknown_clippy_lints)] 11 #[allow(clippy::pattern_type_mismatch)] 12 #[allow(clippy::redundant_pub_crate)] 13 #[allow(clippy::semicolon_if_nothing_returned)] 14 #[allow(clippy::used_underscore_binding)] 21 #[allow(clippy::unknown_clippy_lints)] 22 #[allow(clippy::pattern_type_mismatch)] 23 #[allow(clippy::redundant_pub_crate)] 25 #[allow(clippy::mut_mut)] 26 #[allow(clippy::type_repetition_in_bounds)] [all …]
|
12345678910>>...19