Add warn(unreachable_pub)
to rustc_error_codes
.
This commit is contained in:
parent
e81fad2b4d
commit
d607cfb336
@ -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…
x
Reference in New Issue
Block a user