Skip to content

Commit 4a1b517

Browse files
committed
Fix windows build
1 parent 3695b2f commit 4a1b517

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/platform.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,8 @@ mod inner {
8282

8383
#[cfg(windows)]
8484
pub mod inner {
85-
#![allow(non_snake_case)]
86-
8785
pub use super::*;
8886

89-
use std::ffi::OsString;
90-
91-
use std::io;
92-
use std::os::windows::ffi::{OsStrExt, OsStringExt};
93-
use std::path::{Path, PathBuf};
94-
9587
/**
9688
Returns `true` if `rust-script` should force Cargo to use coloured output.
9789

0 commit comments

Comments
 (0)