Skip to content

Commit 0746997

Browse files
committed
Tune lints for 1.83 Rust
1 parent 1522017 commit 0746997

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/lib.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
clippy::derive_partial_eq_without_eq,
4444
clippy::else_if_without_else,
4545
clippy::empty_drop,
46-
clippy::empty_line_after_outer_attr,
4746
clippy::empty_structs_with_brackets,
4847
clippy::equatable_if_let,
4948
clippy::empty_enum_variants_with_brackets,
@@ -52,13 +51,11 @@
5251
clippy::fallible_impl_from,
5352
clippy::filetype_is_file,
5453
clippy::float_cmp_const,
55-
clippy::fn_to_numeric_cast,
5654
clippy::fn_to_numeric_cast_any,
5755
clippy::format_push_string,
5856
clippy::get_unwrap,
5957
clippy::if_then_some_else_none,
6058
clippy::imprecise_flops,
61-
clippy::index_refutable_slice,
6259
clippy::infinite_loop,
6360
clippy::iter_on_empty_collections,
6461
clippy::iter_on_single_items,
@@ -68,7 +65,6 @@
6865
clippy::large_stack_frames,
6966
clippy::let_underscore_untyped,
7067
clippy::lossy_float_literal,
71-
clippy::manual_c_str_literals,
7268
clippy::map_err_ignore,
7369
clippy::mem_forget,
7470
clippy::missing_assert_message,
@@ -82,6 +78,7 @@
8278
clippy::needless_collect,
8379
clippy::needless_pass_by_ref_mut,
8480
clippy::needless_raw_strings,
81+
clippy::non_zero_suggestions,
8582
clippy::nonstandard_macro_braces,
8683
clippy::option_if_let_else,
8784
clippy::or_fun_call,
@@ -92,7 +89,6 @@
9289
clippy::print_stderr,
9390
clippy::print_stdout,
9491
clippy::pub_without_shorthand,
95-
clippy::ref_as_ptr,
9692
clippy::rc_buffer,
9793
clippy::rc_mutex,
9894
clippy::read_zero_byte_vec,
@@ -133,6 +129,7 @@
133129
clippy::unneeded_field_pattern,
134130
clippy::unused_peekable,
135131
clippy::unused_result_ok,
132+
clippy::unused_trait_names,
136133
clippy::unwrap_in_result,
137134
clippy::unwrap_used,
138135
clippy::use_debug,

0 commit comments

Comments
 (0)