Skip to content

Commit 7a58c41

Browse files
committed
Remove cargo-clippy unknown feature
1 parent 09576d7 commit 7a58c41

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)