We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3b99c commit e6b1413Copy full SHA for e6b1413
src/book/mod.rs
@@ -859,7 +859,7 @@ mod tests {
859
.and_then(Value::as_str)
860
.unwrap();
861
assert_eq!(html, "html");
862
- let html_renderer = HtmlHandlebars::default();
+ let html_renderer = HtmlHandlebars;
863
let pre = LinkPreprocessor::new();
864
865
let should_run = preprocessor_should_run(&pre, &html_renderer, &cfg);
0 commit comments