Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Sep 1, 2023
1 parent 7f1c2b5 commit cbe3593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
clippy::declare_interior_mutable_const,
clippy::manual_range_contains,
clippy::format_in_format_args,
clippy::question_mark
clippy::question_mark,
clippy::manual_range_patterns
)]

//! The main page of the Inanis documentation. Feel free to explore it by going into the specific module below,
Expand Down

0 comments on commit cbe3593

Please sign in to comment.