Merge pull request #2375 from ehuss/clippy-well-known
Remove cargo-clippy unknown feature
This commit is contained in:
commit
dae7490739
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue