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)]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
// This higher-order macro defines the error codes that are in use. It is used
|
||||
|
Loading…
Reference in New Issue
Block a user