Remove #![warn(unreachable_pub)]
from all compiler/
crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
This commit is contained in:
parent
55505ab1d3
commit
ff0a5fe975
62 changed files with 0 additions and 65 deletions
|
@ -23,7 +23,6 @@
|
|||
// We want to be able to build this crate with a stable compiler,
|
||||
// so no `#![feature]` attributes should be added.
|
||||
#![deny(unstable_features)]
|
||||
#![warn(unreachable_pub)]
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue