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 5a489ec commit 5240ff9Copy full SHA for 5240ff9
Cargo.toml
@@ -21,9 +21,11 @@ regex = { version = "0.2", optional = true }
21
slog-term = "2"
22
slog-stdlog = "2"
23
slog-scope = "3"
24
-slog-async = "2"
25
log = "0.3.6"
26
+[dev-dependencies]
27
+slog-async = "2"
28
+
29
[[test]]
30
name = "regexp_filter"
31
harness = false
src/lib.rs
@@ -76,7 +76,6 @@ extern crate slog;
76
extern crate slog_term;
77
extern crate slog_stdlog;
78
extern crate slog_scope;
79
-extern crate slog_async;
80
extern crate log;
81
82
use std::{env, result, sync};
0 commit comments