Skip to content

Commit

Permalink
Tune lints for 1.68 Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Mar 10, 2023
1 parent 63ce040 commit 64e5dac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
clippy::rc_mutex,
clippy::rest_pat_in_fully_bound_structs,
clippy::same_name_method,
clippy::semicolon_inside_block,
clippy::shadow_unrelated,
clippy::significant_drop_in_scrutinee,
clippy::str_to_string,
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
clippy::rc_mutex,
clippy::rest_pat_in_fully_bound_structs,
clippy::same_name_method,
clippy::semicolon_inside_block,
clippy::shadow_unrelated,
clippy::significant_drop_in_scrutinee,
clippy::str_to_string,
Expand Down

0 comments on commit 64e5dac

Please sign in to comment.