mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
remove incorrect Display implementation
This commit is contained in:
parent
38e19536af
commit
752ed72a91
@ -84,23 +84,6 @@ impl CompressionFormat {
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for CompressionFormat {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
let text = match self {
|
||||
Gzip => ".gz",
|
||||
Bzip => ".bz",
|
||||
Zstd => ".zst",
|
||||
Lz4 => ".lz4",
|
||||
Lzma => ".lz",
|
||||
Snappy => ".sz",
|
||||
Tar => ".tar",
|
||||
Zip => ".zip",
|
||||
};
|
||||
|
||||
write!(f, "{text}")
|
||||
}
|
||||
}
|
||||
|
||||
pub const SUPPORTED_EXTENSIONS: &[&str] = &[
|
||||
"tar", "tgz", "tbz", "tlz4", "txz", "tzlma", "tsz", "tzst", "zip", "bz", "bz2", "gz", "lz4", "xz", "lzma", "sz",
|
||||
"zst",
|
||||
|
Loading…
x
Reference in New Issue
Block a user