Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Equim-chan committed Aug 30, 2023
1 parent dbfadd1 commit 0d71e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convlog/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Provides methods to transform mahjong logs from tenhou.net/6 format into
//! mjai format.
#![allow(clippy::manual_range_patterns)] // because of matches_tu8
#![deny(
rust_2018_idioms,
let_underscore_drop,
Expand Down

0 comments on commit 0d71e4a

Please sign in to comment.