Disable clippy let_unit_value warning

This commit is contained in:
wtfsck 2021-10-04 20:32:42 +02:00
parent 33ee6885cc
commit c2fb0fe321
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ type VexMap0Type = ();
#[cfg(not(feature = "no_vex"))] #[cfg(not(feature = "no_vex"))]
#[must_use] #[must_use]
#[allow(clippy::let_unit_value)]
pub(super) fn read_vex() -> ( pub(super) fn read_vex() -> (
VexMap0Type, VexMap0Type,
Vec<(OpCodeHandlerDecodeFn, &'static OpCodeHandler)>, Vec<(OpCodeHandlerDecodeFn, &'static OpCodeHandler)>,