cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms

This commit is contained in:
Greg Fitzgerald
2018-12-08 22:44:20 -07:00
parent 1c2394227e
commit a8d6c75a24
37 changed files with 150 additions and 150 deletions

View File

@@ -2,7 +2,7 @@
//! `setup()` may be called multiple times.
use std::sync::{Once, ONCE_INIT};
extern crate env_logger;
use env_logger;
static INIT: Once = ONCE_INIT;