Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Aug 20, 2024
1 parent 853f779 commit 6280236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nodes/input/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::needless_question_mark)]

mod hand;
mod handler;
mod method;
Expand Down

0 comments on commit 6280236

Please sign in to comment.