Skip to content

Commit 49b9217

Browse files
committed
remove extern crate declarations
1 parent 9afce1c commit 49b9217

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/main.rs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,12 @@
55
// http://opensource.org/licenses/MIT>, at your option. This file may not be
66
// copied, modified, or distributed except according to those terms.
77

8-
extern crate chrono;
9-
extern crate dialoguer;
10-
extern crate dirs;
11-
extern crate env_logger;
128
#[macro_use]
139
extern crate failure;
14-
extern crate flate2;
15-
extern crate git2;
1610
#[macro_use]
1711
extern crate log;
18-
extern crate pbr;
1912
#[cfg(test)]
2013
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;
2914

3015
use std::env;
3116
use std::ffi::OsString;

0 commit comments

Comments
 (0)