Skip to content

Commit

Permalink
Tune up lints for 1.76 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Feb 9, 2024
1 parent 5f30db2 commit 8350b26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@
clippy::format_push_string,
clippy::get_unwrap,
clippy::if_then_some_else_none,
clippy::implied_bounds_in_impls,
clippy::imprecise_flops,
clippy::index_refutable_slice,
clippy::infinite_loop,
clippy::iter_on_empty_collections,
clippy::iter_on_single_items,
clippy::iter_over_hash_type,
clippy::iter_with_drain,
clippy::large_include_file,
clippy::large_stack_frames,
Expand Down Expand Up @@ -142,6 +143,7 @@
clippy::try_err,
clippy::undocumented_unsafe_blocks,
clippy::unimplemented,
clippy::uninhabited_references,
clippy::unnecessary_safety_comment,
clippy::unnecessary_safety_doc,
clippy::unnecessary_self_imports,
Expand All @@ -162,6 +164,7 @@
missing_debug_implementations,
missing_docs,
semicolon_in_expressions_from_macros,
unit_bindings,
unreachable_pub,
unused_crate_dependencies,
unused_extern_crates,
Expand Down

0 comments on commit 8350b26

Please sign in to comment.