Skip to content

Commit

Permalink
disable broken clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed May 29, 2019
1 parent c2b1ff9 commit af64a80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/hld.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::identity_conversion)]

use crate::cli::*;
use crate::error::*;
use crate::strategy::*;
Expand Down

0 comments on commit af64a80

Please sign in to comment.