We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bac9f commit 674f375Copy full SHA for 674f375
examples/templates/markup/src/main.rs
@@ -1,4 +1,5 @@
1
#![allow(clippy::must_use_candidate)]
2
+#![allow(clippy::needless_lifetimes)]
3
#![allow(clippy::inherent_to_string_shadow_display)]
4
5
use std::net::SocketAddr;
0 commit comments