Fix clippy warning about non_minimal_cfg (#505)

Fix clippy::non_minimal_cfg warning
This commit is contained in:
signed-log
2023-07-17 05:30:55 +00:00
committed by GitHub
parent 1ce4d66e74
commit f623746d6c

View File

@@ -1,4 +1,4 @@
#[cfg(any(windows))]
#[cfg(windows)]
use std::env;
use std::path::{Path, PathBuf};