Skip to content

Commit

Permalink
Ignore a new clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 13, 2019
1 parent 10b8e58 commit eb05272
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::block_in_if_condition_stmt)]

extern crate proc_macro;

mod ast;
Expand Down

0 comments on commit eb05272

Please sign in to comment.