mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 18:15:04 +02:00
refactor html module (#5246)
* refactor around html module * Update html.rs fix clippy warning * minify json
This commit is contained in:
@ -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")]
|
||||
{
|
||||
|
Reference in New Issue
Block a user