Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 492e972

Browse files
committed
refactor(edition): remove unnecessary 'extern crate'
1 parent 5eebc47 commit 492e972

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
@@ -1,24 +1,9 @@
1-
extern crate chrono;
21
#[macro_use]
32
extern crate clap;
4-
extern crate env_logger;
5-
extern crate failure;
6-
extern crate futures;
7-
extern crate hex;
8-
extern crate itertools;
93
#[macro_use]
104
extern crate log;
11-
extern crate regex;
12-
#[cfg(unix)]
13-
extern crate syslog;
14-
extern crate tokio;
15-
extern crate tokio_codec;
16-
extern crate config;
175
#[macro_use]
186
extern crate serde_derive;
19-
extern crate serde;
20-
extern crate serde_yaml;
21-
extern crate tox;
227

238
mod node_config;
249
mod motd;

0 commit comments

Comments
 (0)