about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2025-07-08 08:34:55 +0200
committerRalf Jung <post@ralfj.de>2025-07-08 08:34:55 +0200
commitbd84ba8ddab8817691022cc7ef6e0bd36015e819 (patch)
tree4376d8c702b0394cca4f7cc3204ed2c521d87530 /compiler/rustc_errors/src/lib.rs
parent0d306dd7f43574eede5bfdd883c298a07da0b2cc (diff)
parentb1d45f6b3e672cee544e6ff197a9f21022026871 (diff)
downloadrust-bd84ba8ddab8817691022cc7ef6e0bd36015e819.tar.gz
rust-bd84ba8ddab8817691022cc7ef6e0bd36015e819.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
-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 69ad15c6081..381d780077d 100644
--- a/compiler/rustc_errors/src/lib.rs
+++ b/compiler/rustc_errors/src/lib.rs
@@ -3,7 +3,6 @@
 //! This module contains the code for creating and emitting diagnostics.
 
 // tidy-alphabetical-start
-#![allow(incomplete_features)]
 #![allow(internal_features)]
 #![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::direct_use_of_rustc_type_ir)]