oops forgot import
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
54728ac440
commit
36bc21193c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
};
|
||||
|
||||
use rocksdb::LogLevel::{Debug, Error, Fatal, Info, Warn};
|
||||
use tracing::debug;
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub(crate) struct Engine {
|
||||
rocks: rocksdb::DBWithThreadMode<rocksdb::MultiThreaded>,
|
||||
|
|
Loading…
Add table
Reference in a new issue