From 7a58c415ded87051f7090e0eb30b005f12faf39d Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 13 May 2024 12:07:49 -0700 Subject: [PATCH] Remove cargo-clippy unknown feature --- src/renderer/html_handlebars/hbs_renderer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/html_handlebars/hbs_renderer.rs b/src/renderer/html_handlebars/hbs_renderer.rs index 30d4c84b..d304259a 100644 --- a/src/renderer/html_handlebars/hbs_renderer.rs +++ b/src/renderer/html_handlebars/hbs_renderer.rs @@ -206,7 +206,7 @@ impl HtmlHandlebars { Ok(()) } - #[cfg_attr(feature = "cargo-clippy", allow(clippy::let_and_return))] + #[allow(clippy::let_and_return)] fn post_process( &self, rendered: String,