Skip to content

Commit

Permalink
refactor: remove unused error variant (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Nov 28, 2023
1 parent 1de5e13 commit 96ab1de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/tarball/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ pub enum TarballError {
#[diagnostic(code(pacquet_tarball::verify_checksum_error))]
Checksum(VerifyChecksumError),

#[from(ignore)]
#[display("Integrity creation failed: {_0}")]
#[diagnostic(code(pacquet_tarball::integrity_error))]
Integrity(ssri::Error),

#[from(ignore)]
#[display("Failed to decode gzip: {_0}")]
#[diagnostic(code(pacquet_tarball::decode_gzip))]
Expand Down

0 comments on commit 96ab1de

Please sign in to comment.