Skip to content

Commit 768b20c

Browse files
committed
Fix clippy lints on Windows.
1 parent dd550c1 commit 768b20c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.changes/931.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"description": "add support for cargo aliases.",
44
"type": "added",
5-
"issues": [562],
5+
"issues": [562]
66
},
77
{
88
"description": "allow users to ignore config files in the package.",

src/docker/shared.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ use crate::rustc::{self, VersionMetaExt};
1818
use crate::shell::{MessageInfo, Verbosity};
1919
use crate::Target;
2020

21-
#[cfg(target_os = "windows")]
22-
use crate::file::PathExt;
23-
2421
pub use super::custom::CROSS_CUSTOM_DOCKERFILE_IMAGE_PREFIX;
2522

2623
pub const CROSS_IMAGE: &str = "ghcr.io/cross-rs";

0 commit comments

Comments
 (0)