Add warn(unreachable_pub)
to rustc_serialize
.
This commit is contained in:
parent
19843bba64
commit
21a37da268
@ -16,6 +16,7 @@
|
||||
#![feature(never_type)]
|
||||
#![feature(ptr_sub_ptr)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
pub use self::serialize::{Decodable, Decoder, Encodable, Encoder};
|
||||
|
Loading…
Reference in New Issue
Block a user