mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 22:50:54 +00:00
runtime-rs: drop unused std::env import in initdata_block tests
The tests module imports std::env but never references it, which trips the unused_imports warning during CI builds. Remove the dead import to silence the warning. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
@@ -276,7 +276,6 @@ pub fn push_data(initdata_path: &Path, data: &str) -> anyhow::Result<()> {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::env;
|
||||
use std::io::Read;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user