We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de0d966 + 727422e commit 031fd03Copy full SHA for 031fd03
embedded-io/src/lib.rs
@@ -172,7 +172,7 @@ impl From<std::io::ErrorKind> for ErrorKind {
172
///
173
/// This trait allows generic code to do limited inspecting of errors,
174
/// to react differently to different kinds.
175
-pub trait Error: fmt::Debug + core::error::Error {
+pub trait Error: core::error::Error {
176
/// Get the kind of this error.
177
fn kind(&self) -> ErrorKind;
178
}
0 commit comments