diff --git a/tests/integration.rs b/tests/integration.rs index 809130aa6..4e2dfa216 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 // - +#![allow(clippy::undocumented_unsafe_blocks)] // When enabling the `mshv` feature, we skip quite some tests and // hence have known dead-code. This annotation silences dead-code // related warnings for our quality workflow to pass.