directly import the stderrlog crate for readability

This commit is contained in:
Jeremy Wall 2020-07-31 15:09:27 -04:00
parent f0a7c3ef02
commit d9f8d9a3c9

View File

@ -24,6 +24,7 @@ use nursery::thread;
use nursery::{Nursery, Waitable};
use prometheus;
use prometheus::{CounterVec, Encoder, IntGaugeVec, Opts, Registry, TextEncoder};
use stderrlog;
use tiny_http;
use log::{debug, error, info};