diff options
| author | Yotam Ofek <yotamofek@microsoft.com> | 2025-06-28 23:40:02 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-07-07 12:58:16 +0000 |
| commit | 3b48407f93abd565b24d138cc7df56ee37855d82 (patch) | |
| tree | 6d8da4d5645f96d3eedfb90f41ec51e7d2576a7d /compiler/rustc_errors/src/lib.rs | |
| parent | c720f49c46ec3e70bbc2bbb3e0dd1fe7fc0a47f2 (diff) | |
| download | rust-3b48407f93abd565b24d138cc7df56ee37855d82.tar.gz rust-3b48407f93abd565b24d138cc7df56ee37855d82.zip | |
Remove unused allow attrs
Diffstat (limited to 'compiler/rustc_errors/src/lib.rs')
| -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 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)] |
