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 c6e5bff commit f76916bCopy full SHA for f76916b
src/lib.rs
@@ -98,6 +98,8 @@
98
// irrelevant as this crate is developed out-of-tree.
99
#![cfg_attr(backtrace_in_libstd, allow(warnings))]
100
#![cfg_attr(not(feature = "std"), allow(dead_code))]
101
+// We know this is deprecated, it's only here for back-compat reasons.
102
+#![cfg_attr(feature = "rustc-serialize", allow(deprecated))]
103
104
#[cfg(feature = "std")]
105
#[macro_use]
0 commit comments