Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Cargo.toml for fixing about snake_name convention
change rcsvRogue -> rcsv_rogue to fix warning
- Loading branch information
ee9e2da
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cargo build / cargo run で出ていたパッケージ名が命名規則に準拠していないことによる、警告の解消。
Cargo.toml の .bin.name を snake_case に変更した。
下記 URL で対処方法がやっとわかった。
rust-lang/rust#45127