We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
warn(unreachable_pub)
rustc_serialize
1 parent 19843bb commit 21a37daCopy full SHA for 21a37da
compiler/rustc_serialize/src/lib.rs
@@ -16,6 +16,7 @@
16
#![feature(never_type)]
17
#![feature(ptr_sub_ptr)]
18
#![feature(rustdoc_internals)]
19
+#![warn(unreachable_pub)]
20
// tidy-alphabetical-end
21
22
pub use self::serialize::{Decodable, Decoder, Encodable, Encoder};
0 commit comments