We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2f7d7 commit 1dc00c9Copy full SHA for 1dc00c9
tests/client-of-myself.rs
@@ -1,5 +1,3 @@
1
-extern crate jobserver;
2
-
3
use std::env;
4
use std::io::prelude::*;
5
use std::io::BufReader;
tests/client.rs
@@ -1,10 +1,3 @@
-extern crate futures;
-extern crate num_cpus;
-extern crate tempdir;
-extern crate tokio_core;
6
-extern crate tokio_process;
7
8
9
use std::fs::File;
10
use std::io::Write;
tests/make-as-a-client.rs
@@ -1,6 +1,3 @@
tests/server.rs
0 commit comments