about summary refs log tree commit diff
path: root/compiler/rustc_infer
diff options
context:
space:
mode:
authorYotam Ofek <yotamofek@microsoft.com>2025-06-28 23:40:02 +0000
committerYotam Ofek <yotam.ofek@gmail.com>2025-07-07 12:58:16 +0000
commit3b48407f93abd565b24d138cc7df56ee37855d82 (patch)
tree6d8da4d5645f96d3eedfb90f41ec51e7d2576a7d /compiler/rustc_infer
parentc720f49c46ec3e70bbc2bbb3e0dd1fe7fc0a47f2 (diff)
downloadrust-3b48407f93abd565b24d138cc7df56ee37855d82.tar.gz
rust-3b48407f93abd565b24d138cc7df56ee37855d82.zip
Remove unused allow attrs
Diffstat (limited to 'compiler/rustc_infer')
-rw-r--r--compiler/rustc_infer/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_infer/src/lib.rs b/compiler/rustc_infer/src/lib.rs
index 285e2912937..e562c583313 100644
--- a/compiler/rustc_infer/src/lib.rs
+++ b/compiler/rustc_infer/src/lib.rs
@@ -14,9 +14,7 @@
 
 // tidy-alphabetical-start
 #![allow(internal_features)]
-#![allow(rustc::diagnostic_outside_of_impl)]
 #![allow(rustc::direct_use_of_rustc_type_ir)]
-#![allow(rustc::untranslatable_diagnostic)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![doc(rust_logo)]
 #![feature(assert_matches)]