We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b5ba8 commit 512946bCopy full SHA for 512946b
examples/src/lib.rs
@@ -1,5 +1,6 @@
1
#![feature(async_await)]
2
#![allow(unused)]
3
+#![warn(clippy::all)]
4
5
mod body_types;
6
mod catch_all;
0 commit comments