Merge pull request #11509 from teawater/agent_test

kata-agent: mount.rs: Fix warning of test
This commit is contained in:
Alex Lyn 2025-07-03 15:05:04 +08:00 committed by GitHub
commit 210844ce6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1144,7 +1144,6 @@ mod tests {
use std::fs::remove_dir_all;
use std::fs::remove_file;
use std::io;
use std::os::unix::fs;
use std::os::unix::io::AsRawFd;
use tempfile::tempdir;
use test_utils::assert_result;