Skip to content

Commit dae7490

Browse files
authored
Merge pull request #2375 from ehuss/clippy-well-known
Remove cargo-clippy unknown feature
2 parents 09576d7 + 7a58c41 commit dae7490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/html_handlebars/hbs_renderer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl HtmlHandlebars {
206206
Ok(())
207207
}
208208

209-
#[cfg_attr(feature = "cargo-clippy", allow(clippy::let_and_return))]
209+
#[allow(clippy::let_and_return)]
210210
fn post_process(
211211
&self,
212212
rendered: String,

0 commit comments

Comments
 (0)