Merge pull request #2375 from ehuss/clippy-well-known

Remove cargo-clippy unknown feature
This commit is contained in:
Eric Huss 2024-05-13 19:14:01 +00:00 committed by GitHub
commit dae7490739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,