mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 03:30:03 +00:00
Derive strum_macros::Display
on TarBasedFmt
sp that it can be printed. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c9b0c0c59c
commit
b4e61161f2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pub enum PkgFmtDecomposed {
|
||||||
Zip,
|
Zip,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
#[derive(Debug, Display, Copy, Clone, PartialEq)]
|
||||||
pub enum TarBasedFmt {
|
pub enum TarBasedFmt {
|
||||||
/// Download format is TAR (uncompressed)
|
/// Download format is TAR (uncompressed)
|
||||||
Tar,
|
Tar,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue