Skip to content

Commit

Permalink
loosen up clippy to warnings on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed May 13, 2019
1 parent f7b5ba8 commit 512946b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(async_await)]
#![allow(unused)]
#![warn(clippy::all)]

mod body_types;
mod catch_all;
Expand Down

0 comments on commit 512946b

Please sign in to comment.