mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(clippy::let_and_return))]
|
#[allow(clippy::let_and_return)]
|
||||||
fn post_process(
|
fn post_process(
|
||||||
&self,
|
&self,
|
||||||
rendered: String,
|
rendered: String,
|
||||||
|
|
Loading…
Reference in a new issue