mirror of
https://github.com/bspeice/qadapt
synced 2024-11-22 05:48:13 -05:00
Remove log crate
This commit is contained in:
parent
42754635ba
commit
d19e596712
@ -20,7 +20,6 @@ maintenance = { status = "actively-developed" }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
|
||||||
spin = { git = "https://github.com/bspeice/spin-rs.git" }
|
spin = { git = "https://github.com/bspeice/spin-rs.git" }
|
||||||
thread-id = "3.3"
|
thread-id = "3.3"
|
||||||
|
|
||||||
|
@ -50,7 +50,6 @@
|
|||||||
//! }
|
//! }
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
use log::warn;
|
|
||||||
// thread_id is necessary because `std::thread::current()` panics if we have not yet
|
// thread_id is necessary because `std::thread::current()` panics if we have not yet
|
||||||
// allocated a `thread_local!{}` it depends on.
|
// allocated a `thread_local!{}` it depends on.
|
||||||
use thread_id;
|
use thread_id;
|
||||||
|
Loading…
Reference in New Issue
Block a user