mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: reevaluate #[allow] attributes
Convert the still-needed #[allow]s to #[expect] so they warn if the lints stop firing. Part of #8326. Signed-off-by: Tushar Khatri <hello@tusharkhatri.in>
This commit is contained in:
committed by
Rob Bradford
parent
712d42e6ac
commit
4f68b687aa
@@ -16,7 +16,7 @@ use crate::epoll_helper::EpollHelperError;
|
||||
use crate::seccomp_filters::{Thread, get_seccomp_filter};
|
||||
use crate::{ActivateError, VirtioInterrupt, mark_device_needs_reset};
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[expect(clippy::too_many_arguments)]
|
||||
pub(crate) fn spawn_virtio_thread<F>(
|
||||
name: &str,
|
||||
seccomp_action: &SeccompAction,
|
||||
|
||||
Reference in New Issue
Block a user