#![deny(clippy::manual_let_else)] in some rustc modules

This commit is contained in:
Esteban Küber 2025-12-09 00:54:18 +00:00
parent 146711fc24
commit a49c175380
10 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#![allow(rustc::direct_use_of_rustc_type_ir)]
#![allow(rustc::usage_of_type_ir_inherent)]
#![allow(rustc::usage_of_type_ir_traits)]
#![deny(clippy::manual_let_else)]
// tidy-alphabetical-end
pub mod canonical;