Skip to content

Commit 5240ff9

Browse files
committed
Fix unused extern crate error
1 parent 5a489ec commit 5240ff9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ regex = { version = "0.2", optional = true }
2121
slog-term = "2"
2222
slog-stdlog = "2"
2323
slog-scope = "3"
24-
slog-async = "2"
2524
log = "0.3.6"
2625

26+
[dev-dependencies]
27+
slog-async = "2"
28+
2729
[[test]]
2830
name = "regexp_filter"
2931
harness = false

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ extern crate slog;
7676
extern crate slog_term;
7777
extern crate slog_stdlog;
7878
extern crate slog_scope;
79-
extern crate slog_async;
8079
extern crate log;
8180

8281
use std::{env, result, sync};

0 commit comments

Comments
 (0)