Remove cargo-clippy unknown feature

This commit is contained in:
Eric Huss 2024-05-13 12:07:49 -07:00
parent 09576d7d57
commit 7a58c415de

View file

@ -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,