Remove unused allow attrs

This commit is contained in:
Yotam Ofek
2025-06-28 23:40:02 +00:00
committed by Yotam Ofek
parent c720f49c46
commit 3b48407f93
10 changed files with 0 additions and 15 deletions

View File

@@ -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)]