Add warn(unreachable_pub)
to rustc_serialize
.
This commit is contained in:
parent
19843bba64
commit
21a37da268
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue