We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3f5d38 + d082214 commit ea42466Copy full SHA for ea42466
src/errors.rs
@@ -2,7 +2,7 @@ use std::fmt::{Debug, Display};
2
use std::result;
3
use thiserror::Error;
4
5
-#[derive(Debug)]
+#[derive(Debug, Error)]
6
pub struct Error(Box<ErrorImpl>);
7
8
impl Display for Error {
0 commit comments