Skip to content

Commit

Permalink
Suppressed a clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Jun 23, 2024
1 parent acd52c3 commit 9147c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/pyxel-engine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::needless_pass_by_value,
clippy::struct_excessive_bools,
clippy::struct_field_names,
clippy::too_many_arguments,
clippy::unreadable_literal,
Expand Down

0 comments on commit 9147c0c

Please sign in to comment.