Add warn(unreachable_pub)
to rustc_error_codes
.
This commit is contained in:
parent
e81fad2b4d
commit
d607cfb336
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
#![deny(rustdoc::invalid_codeblock_attributes)]
|
#![deny(rustdoc::invalid_codeblock_attributes)]
|
||||||
#![doc(rust_logo)]
|
#![doc(rust_logo)]
|
||||||
#![feature(rustdoc_internals)]
|
#![feature(rustdoc_internals)]
|
||||||
|
#![warn(unreachable_pub)]
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
|
|
||||||
// This higher-order macro defines the error codes that are in use. It is used
|
// This higher-order macro defines the error codes that are in use. It is used
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue