about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-07-07 19:55:35 +0200
committerGitHub <noreply@github.com>2025-07-07 19:55:35 +0200
commit7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4 (patch)
tree56d766a59be956569b844b6283afb491a1cf0c11 /compiler/rustc_errors/src
parentb6777b1939c841416acbda95c3100f9daaf9e503 (diff)
parent3b48407f93abd565b24d138cc7df56ee37855d82 (diff)
downloadrust-7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4.tar.gz
rust-7ed6bd98a248b62b3c490fb813bf4c29d9d57ae4.zip
Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-dead
Remove unused allow attrs

These `#[allow]`s seem to be unused (at least according to `x check`, didn't run `x test` locally). Let's clean them up! 🧹
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 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)]