summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.rs b/src/error.rs
index e303abf..9634643 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -10,7 +10,7 @@ use std::string;
#[derive(thiserror::Error, Debug)]
pub enum Error {
/// Custom string-based error
- #[error("failed with reason: {0}")]
+ #[error("{0}")]
Custom(String),
/// Parse error at a specified position in the query string