about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2025-03-14 05:31:21 +0000
committerGitHub <noreply@github.com>2025-03-14 05:31:21 +0000
commit0b643dfc799427c2657e8d5033f4284ecb1c6764 (patch)
treeca52a531d99270def1c2db7ff2a5cbd1ba076cfc /compiler/rustc_errors/src
parent3d01217ccdf6d33c5f3c0318b7c4434318828a88 (diff)
parent51fd35868aae6d6665a7e688471a34fd95b9a760 (diff)
downloadrust-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/src')
-rw-r--r--compiler/rustc_errors/src/lib.rs1
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;