Skip to content

Commit 6039343

Browse files
Greatly reduce generated HTML page size
1 parent 80eb9cf commit 6039343

File tree

5 files changed

+207
-214
lines changed

5 files changed

+207
-214
lines changed

rinja.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[general]
22
dirs = ["util/gh-pages/"]
3+
whitespace = "suppress"

tests/compile-test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ struct Renderer<'a> {
394394
lints: &'a Vec<LintMetadata>,
395395
}
396396

397-
impl<'a> Renderer<'a> {
397+
impl Renderer<'_> {
398398
fn markdown(input: &str) -> Safe<String> {
399399
let parser = Parser::new_ext(input, Options::all());
400400
let mut html_output = String::new();

0 commit comments

Comments
 (0)