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 e46e97f commit 016875bCopy full SHA for 016875b
src/libstd/std.rc
@@ -20,7 +20,9 @@ not required in or otherwise suitable for the core library.
20
21
#[allow(vecs_implicitly_copyable)];
22
#[deny(non_camel_case_types)];
23
-#[warn(deprecated_mode)];
+// XXX this is set to allow because there are two methods in serialization
24
+// that can't be silenced otherwise. Most every module is set to forbid
25
+#[allow(deprecated_mode)];
26
#[forbid(deprecated_pattern)];
27
28
extern mod core(vers = "0.4");
0 commit comments