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.
warn(unreachable_pub)
rustc_serialize
1 parent ba02b9b commit 2e3a0b9Copy full SHA for 2e3a0b9
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