diff --git a/examples/templates/markup/src/main.rs b/examples/templates/markup/src/main.rs index af4f62f..7d60af7 100644 --- a/examples/templates/markup/src/main.rs +++ b/examples/templates/markup/src/main.rs @@ -1,4 +1,5 @@ #![allow(clippy::must_use_candidate)] +#![allow(clippy::needless_lifetimes)] #![allow(clippy::inherent_to_string_shadow_display)] use std::net::SocketAddr;