Skip to content

Commit

Permalink
Tune lints for 1.79 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jun 14, 2024
1 parent 7659f59 commit 4a3114a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions codegen/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -79,7 +78,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -128,9 +126,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down
4 changes: 2 additions & 2 deletions codegen/shim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -79,7 +78,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -128,9 +126,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down
4 changes: 2 additions & 2 deletions codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -79,7 +78,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -128,9 +126,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down
4 changes: 2 additions & 2 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -79,7 +78,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -128,9 +126,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
clippy::missing_assert_message,
Expand All @@ -79,7 +78,6 @@
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
clippy::readonly_write_lock,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
Expand Down Expand Up @@ -128,9 +126,11 @@
missing_copy_implementations,
missing_debug_implementations,
missing_docs,
redundant_lifetimes,
semicolon_in_expressions_from_macros,
single_use_lifetimes,
unit_bindings,
unnameable_types,
unreachable_pub,
unsafe_op_in_unsafe_fn,
unstable_features,
Expand Down

0 comments on commit 4a3114a

Please sign in to comment.