summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/src/response/error.rs')
-rw-r--r--ipfs-api/src/response/error.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ipfs-api/src/response/error.rs b/ipfs-api/src/response/error.rs
index 8e43d51..94f7fa9 100644
--- a/ipfs-api/src/response/error.rs
+++ b/ipfs-api/src/response/error.rs
@@ -54,10 +54,7 @@ pub enum Error {
StreamError(String),
/// API returned a trailer header with unrecognized value.
- #[fail(
- display = "api returned a trailer header with unknown value: '{}'",
- _0
- )]
+ #[fail(display = "api returned a trailer header with unknown value: '{}'", _0)]
UnrecognizedTrailerHeader(String),
#[fail(display = "api returned unknwon error '{}'", _0)]