Skip to content

Commit 894e958

Browse files
committed
Workaround rust-lang/rust#23157 by explictly importing Word.
1 parent c5f95d8 commit 894e958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/ptrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ impl TraceCommand for ::std::process::Command {
268268

269269
#[cfg(test)]
270270
mod tests {
271-
use super::*;
271+
use super::Word;
272272

273273
#[test]
274274
fn test_types() {

0 commit comments

Comments
 (0)