|
24 | 24 | clippy::default_union_representation, |
25 | 25 | clippy::derive_partial_eq_without_eq, |
26 | 26 | clippy::doc_include_without_cfg, |
27 | | - clippy::else_if_without_else, |
28 | 27 | clippy::empty_drop, |
29 | 28 | clippy::empty_structs_with_brackets, |
30 | 29 | clippy::equatable_if_let, |
|
35 | 34 | clippy::filetype_is_file, |
36 | 35 | clippy::float_cmp_const, |
37 | 36 | clippy::fn_to_numeric_cast_any, |
38 | | - clippy::format_push_string, |
39 | 37 | clippy::get_unwrap, |
40 | 38 | clippy::if_then_some_else_none, |
41 | 39 | clippy::imprecise_flops, |
|
72 | 70 | clippy::partial_pub_fields, |
73 | 71 | clippy::pathbuf_init_then_push, |
74 | 72 | clippy::pedantic, |
| 73 | + clippy::precedence_bits, |
75 | 74 | clippy::print_stderr, |
76 | 75 | clippy::print_stdout, |
77 | 76 | clippy::pub_without_shorthand, |
|
83 | 82 | clippy::renamed_function_params, |
84 | 83 | clippy::ref_patterns, |
85 | 84 | clippy::rest_pat_in_fully_bound_structs, |
| 85 | + clippy::return_and_then, |
86 | 86 | clippy::same_name_method, |
87 | 87 | clippy::semicolon_inside_block, |
88 | 88 | clippy::set_contains_or_insert, |
|
112 | 112 | clippy::unnecessary_safety_doc, |
113 | 113 | clippy::unnecessary_self_imports, |
114 | 114 | clippy::unnecessary_struct_initialization, |
115 | | - clippy::unneeded_field_pattern, |
116 | 115 | clippy::unused_peekable, |
117 | 116 | clippy::unused_result_ok, |
118 | 117 | clippy::unused_trait_names, |
|
131 | 130 | let_underscore_drop, |
132 | 131 | macro_use_extern_crate, |
133 | 132 | meta_variable_misuse, |
134 | | - missing_abi, |
135 | 133 | missing_copy_implementations, |
136 | 134 | missing_debug_implementations, |
137 | 135 | missing_docs, |
|
0 commit comments