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.
1 parent d063f37 commit 6599efcCopy full SHA for 6599efc
src/de/mod.rs
@@ -77,13 +77,6 @@ pub enum Error {
77
CustomErrorWithMessage(heapless::String<64>),
78
}
79
80
-#[cfg(feature = "std")]
81
-impl ::std::error::Error for Error {
82
- fn description(&self) -> &str {
83
- ""
84
- }
85
-}
86
-
87
impl serde::de::StdError for Error {}
88
89
pub(crate) struct Deserializer<'b> {
src/ser/mod.rs
@@ -40,13 +40,6 @@ impl From<u8> for Error {
40
41
42
43
44
45
46
47
48
49
50
impl serde::ser::StdError for Error {}
51
52
impl fmt::Display for Error {
0 commit comments