about summary refs log tree commit diff
path: root/src/libstd/sys/windows/process.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-01-22 23:49:57 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-01-26 09:29:28 -0800
commitcb343c33acf0f9833d8d6eb637234acf4321976b (patch)
treee8f94b5bd4fac82b36d1ea8efa37e8690e8229eb /src/libstd/sys/windows/process.rs
parent4b3c35509b7bd75c0b4712bb45440955d997ae75 (diff)
downloadrust-cb343c33acf0f9833d8d6eb637234acf4321976b.tar.gz
rust-cb343c33acf0f9833d8d6eb637234acf4321976b.zip
Fix warnings during tests
The deny(warnings) attribute is now enabled for tests so we need to weed out
these warnings as well.
Diffstat (limited to 'src/libstd/sys/windows/process.rs')
-rw-r--r--src/libstd/sys/windows/process.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/process.rs b/src/libstd/sys/windows/process.rs
index e0f8d6f9df9..4ab9f678d06 100644
--- a/src/libstd/sys/windows/process.rs
+++ b/src/libstd/sys/windows/process.rs
@@ -386,7 +386,6 @@ impl Stdio {
 #[cfg(test)]
 mod tests {
     use prelude::v1::*;
-    use str;
     use ffi::{OsStr, OsString};
     use super::make_command_line;