Skip to content

Commit

Permalink
Fix clippy lints on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Jul 14, 2022
1 parent dd550c1 commit 768b20c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .changes/931.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"description": "add support for cargo aliases.",
"type": "added",
"issues": [562],
"issues": [562]
},
{
"description": "allow users to ignore config files in the package.",
Expand Down
3 changes: 0 additions & 3 deletions src/docker/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ use crate::rustc::{self, VersionMetaExt};
use crate::shell::{MessageInfo, Verbosity};
use crate::Target;

#[cfg(target_os = "windows")]
use crate::file::PathExt;

pub use super::custom::CROSS_CUSTOM_DOCKERFILE_IMAGE_PREFIX;

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

0 comments on commit 768b20c

Please sign in to comment.