tests: allow undocumented unsafe blocks in integration test

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2022-11-16 23:22:35 +00:00 committed by Liu Wei
parent c45d24df16
commit 145df4b689

View File

@ -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.