enable clippy::rest_pat_in_fully_bound_structs lint

This commit is contained in:
teoxoy
2023-03-15 17:46:50 +01:00
committed by Teodor Tanasoaia
parent bdc25dd689
commit 3450e795bc

View File

@@ -199,7 +199,8 @@ tree.
unused_extern_crates,
unused_qualifications,
clippy::pattern_type_mismatch,
clippy::missing_const_for_fn
clippy::missing_const_for_fn,
clippy::rest_pat_in_fully_bound_structs
)]
#![cfg_attr(not(test), deny(clippy::panic))]