From a3e0256abc0a169c147f6815681b96c0d23ba686 Mon Sep 17 00:00:00 2001 From: Marcin Mielniczuk Date: Mon, 31 Jul 2017 11:26:31 +0200 Subject: [PATCH] Workaround rust-lang/rust#23157 by explictly importing Word. --- src/sys/ptrace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sys/ptrace.rs b/src/sys/ptrace.rs index 052d5097c5..ba87395b5e 100644 --- a/src/sys/ptrace.rs +++ b/src/sys/ptrace.rs @@ -268,7 +268,7 @@ impl TraceCommand for ::std::process::Command { #[cfg(test)] mod tests { - use super::*; + use super::Word; #[test] fn test_types() {