Add warn(unreachable_pub)
to rustc_span
.
This commit is contained in:
parent
b457ab3186
commit
b0f22ff98f
3 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
#![feature(round_char_boundary)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
// The code produced by the `Encodable`/`Decodable` derive macros refer to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue