diff --git a/src/util.rs b/src/util.rs index 8ab7483..1e8a65e 100644 --- a/src/util.rs +++ b/src/util.rs @@ -795,6 +795,6 @@ impl Util { as_html: true, non_significant_whitespace: false, }); - std::fs::write(filename, &html).unwrap(); + std::fs::write(filename, html).unwrap(); } }