Skip to content

Commit

Permalink
Tune lints for 1.78 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 2, 2024
1 parent 857859a commit ecc3d82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
clippy::large_stack_frames,
clippy::let_underscore_untyped,
clippy::lossy_float_literal,
clippy::manual_c_str_literals,
clippy::manual_clamp,
clippy::map_err_ignore,
clippy::mem_forget,
Expand All @@ -73,6 +74,7 @@
clippy::print_stderr,
clippy::print_stdout,
clippy::pub_without_shorthand,
clippy::ref_as_ptr,
clippy::rc_buffer,
clippy::rc_mutex,
clippy::read_zero_byte_vec,
Expand Down

0 comments on commit ecc3d82

Please sign in to comment.