Skip to content

Commit 512946b

Browse files
committed
loosen up clippy to warnings on examples
1 parent f7b5ba8 commit 512946b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![feature(async_await)]
22
#![allow(unused)]
3+
#![warn(clippy::all)]
34

45
mod body_types;
56
mod catch_all;

0 commit comments

Comments
 (0)