Ignore unhelpful clippy warning
As discussed in https://github.com/azerupi/mdBook/pull/466
This commit is contained in:
parent
56cee872e8
commit
7e5892bd35
|
@ -124,6 +124,7 @@ impl HtmlHandlebars {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[cfg_attr(feature = "cargo-clippy", allow(let_and_return))]
|
||||
fn post_process(&self,
|
||||
rendered: String,
|
||||
filepath: &str,
|
||||
|
|
Loading…
Reference in New Issue