refactor html module (#5246)

* refactor around html module

* Update html.rs

fix clippy warning

* minify json
This commit is contained in:
Jaffar Ashoor
2022-04-20 16:50:14 +03:00
committed by GitHub
parent 995d8db1fe
commit 0fb6f8f93c
9 changed files with 24 additions and 105 deletions

View File

@ -230,10 +230,8 @@ fn features_enabled() -> Vec<String> {
names.push("which".to_string());
}
#[cfg(feature = "zip")]
{
names.push("zip".to_string());
}
// always include it?
names.push("zip".to_string());
#[cfg(feature = "clipboard-cli")]
{