We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5ba8 commit 56f75d1Copy full SHA for 56f75d1
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