Skip to content

Commit

Permalink
Workaround rust-lang/rust#23157 by explictly importing Word.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmistrz committed Aug 4, 2017
1 parent c5f95d8 commit a3e0256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/ptrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ impl TraceCommand for ::std::process::Command {

#[cfg(test)]
mod tests {
use super::*;
use super::Word;

#[test]
fn test_types() {
Expand Down

0 comments on commit a3e0256

Please sign in to comment.