mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-12 13:52:36 +00:00
Remove cargo-clippy unknown feature
This commit is contained in:
parent
09576d7d57
commit
7a58c415de
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…
Reference in a new issue