diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-03-14 05:31:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 05:31:21 +0000 |
| commit | 0b643dfc799427c2657e8d5033f4284ecb1c6764 (patch) | |
| tree | ca52a531d99270def1c2db7ff2a5cbd1ba076cfc /compiler/rustc_errors | |
| parent | 3d01217ccdf6d33c5f3c0318b7c4434318828a88 (diff) | |
| parent | 51fd35868aae6d6665a7e688471a34fd95b9a760 (diff) | |
| download | rust-0b643dfc799427c2657e8d5033f4284ecb1c6764.tar.gz rust-0b643dfc799427c2657e8d5033f4284ecb1c6764.zip | |
Merge pull request #4226 from rust-lang/rustup-2025-03-14
Automatic Rustup
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 86959b28e53..80e43ede445 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -25,7 +25,6 @@ #![feature(trait_alias)] #![feature(try_blocks)] #![feature(yeet_expr)] -#![warn(unreachable_pub)] // tidy-alphabetical-end extern crate self as rustc_errors; |
