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 9afce1c commit 49b9217Copy full SHA for 49b9217
src/main.rs
@@ -5,27 +5,12 @@
5
// http://opensource.org/licenses/MIT>, at your option. This file may not be
6
// copied, modified, or distributed except according to those terms.
7
8
-extern crate chrono;
9
-extern crate dialoguer;
10
-extern crate dirs;
11
-extern crate env_logger;
12
#[macro_use]
13
extern crate failure;
14
-extern crate flate2;
15
-extern crate git2;
16
17
extern crate log;
18
-extern crate pbr;
19
#[cfg(test)]
20
extern crate quickcheck;
21
-extern crate regex;
22
-extern crate reqwest;
23
-extern crate rustc_version;
24
-extern crate structopt;
25
-extern crate tar;
26
-extern crate tee;
27
-extern crate tempdir;
28
-extern crate xz2;
29
30
use std::env;
31
use std::ffi::OsString;
0 commit comments