#![deny(clippy::manual_let_else)] in some rustc modules
This commit is contained in:
parent
146711fc24
commit
a49c175380
10 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue