Skip to content

Commit

Permalink
Merge 1850938 into 6eaf5af
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed May 20, 2021
2 parents 6eaf5af + 1850938 commit e463181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/error.rs
Expand Up @@ -14,14 +14,14 @@ pub enum Error {
#[display(fmt = "Extraction error: '{}'", _0)]
Extraction(#[error(not(source))] String),

#[display(transparent)]
#[display(fmt = "{}", _0)]
Io(io::Error),

#[display(transparent)]
#[display(fmt = "{}", _0)]
Utf(std::str::Utf8Error),

#[cfg(feature = "tokio_support")]
#[display(transparent)]
#[display(fmt = "{}", _0)]
JoinError(tokio::task::JoinError),

#[display(fmt = "Error to create the archive struct, is null")]
Expand Down

0 comments on commit e463181

Please sign in to comment.