misc: Remove #![allow(clippy::significant_drop_in_scrutinee)]

This isn't supported by clippy on Rust 1.60 but also no longer seems to
be required.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-12-07 16:34:50 +00:00
parent b3e3a5fdd7
commit 4b08142117
6 changed files with 0 additions and 12 deletions

View File

@@ -18,8 +18,6 @@
//! - arm64
//!
#![allow(clippy::significant_drop_in_scrutinee)]
#[macro_use]
extern crate anyhow;
#[cfg(target_arch = "x86_64")]