Add warn(unreachable_pub)
to rustc_trait_selection
.
This commit is contained in:
parent
c4f6f52139
commit
2e358e633d
6 changed files with 17 additions and 16 deletions
|
@ -32,6 +32,7 @@
|
|||
#![feature(unwrap_infallible)]
|
||||
#![feature(yeet_expr)]
|
||||
#![recursion_limit = "512"] // For rustdoc
|
||||
#![warn(unreachable_pub)] // For rustdoc
|
||||
// tidy-alphabetical-end
|
||||
|
||||
pub mod error_reporting;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue