mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-17 20:44:20 +01:00
To support cosign signature verification. Fix build warning in signal.rs: error: unused `tokio::sync::MutexGuard` that must be used --> src/signal.rs:27:9 | 27 | rustjail::container::WAIT_PID_LOCKER.lock().await; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-must-use` implied by `-D warnings` = note: if unused the Mutex will immediately unlock Fixes: #5541 Signed-off-by: Wang, Arron <arron.wang@intel.com>