Skip to content

Commit

Permalink
Tune up lints for 1.72 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Sep 6, 2023
1 parent 0c9b309 commit 5855922
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
clippy::iter_on_single_items,
clippy::iter_with_drain,
clippy::large_include_file,
clippy::large_stack_frames,
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_clamp,
Expand All @@ -97,6 +98,7 @@
clippy::mutex_atomic,
clippy::mutex_integer,
clippy::needless_collect,
clippy::needless_raw_strings,
clippy::nonstandard_macro_braces,
clippy::option_if_let_else,
clippy::or_fun_call,
Expand All @@ -105,9 +107,11 @@
clippy::pedantic,
clippy::print_stderr,
clippy::print_stdout,
clippy::pub_without_shorthand,
clippy::rc_buffer,
clippy::rc_mutex,
clippy::redundant_clone,
clippy::redundant_type_annotations,
clippy::ref_patterns,
clippy::rest_pat_in_fully_bound_structs,
clippy::same_name_method,
Expand All @@ -129,6 +133,7 @@
clippy::transmute_undefined_repr,
clippy::trivial_regex,
clippy::try_err,
clippy::tuple_array_conversions,
clippy::undocumented_unsafe_blocks,
clippy::unimplemented,
clippy::unnecessary_safety_comment,
Expand All @@ -145,6 +150,7 @@
clippy::verbose_file_reads,
clippy::wildcard_enum_match_arm,
future_incompatible,
invalid_reference_casting,
let_underscore_drop,
meta_variable_misuse,
missing_copy_implementations,
Expand Down

0 comments on commit 5855922

Please sign in to comment.