Fix remaining clippy warnings (#1340)
* clippy: allow complex encoding function * clippy: remove unnecessary main() function in doctest * clippy: remove redundant `Type` suffix on LaneType enum variants * clippy: ignore incorrect debug_assert_with_mut_call warning * clippy: fix FDE clippy warnings
This commit is contained in:
committed by
Yury Delendik
parent
435fc71d68
commit
e1d513ab4b
@@ -1530,6 +1530,7 @@ fn define_alu(
|
||||
}
|
||||
|
||||
#[inline(never)]
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn define_simd(
|
||||
e: &mut PerCpuModeEncodings,
|
||||
shared_defs: &SharedDefinitions,
|
||||
|
||||
Reference in New Issue
Block a user