Uniformize tracing::* imports (hopefully fixes 32-bit build)

This commit is contained in:
Alex Auvolat
2022-07-15 18:31:19 +02:00
parent 4f38cadf6e
commit ac03fa7937
4 changed files with 3 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
#[macro_use]
extern crate tracing;
pub mod lmdb_adapter;
pub mod sled_adapter;
pub mod sqlite_adapter;