mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-02-03 19:56:35 +00:00
cargo fix
This commit is contained in:
parent
528a1e18da
commit
4b4f25c8a4
1 changed files with 1 additions and 3 deletions
|
@ -6,10 +6,8 @@ use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
|||
use function_name::named;
|
||||
|
||||
use cuprate_database::{
|
||||
resize::{page_size, ResizeAlgorithm},
|
||||
tables::Outputs,
|
||||
types::{Output, PreRctOutputId},
|
||||
ConcreteEnv, DatabaseIter, DatabaseRo, DatabaseRw, Env, EnvInner, TxRo, TxRw,
|
||||
types::{Output, PreRctOutputId}, DatabaseIter, DatabaseRo, DatabaseRw, Env, EnvInner, TxRw,
|
||||
};
|
||||
|
||||
use cuprate_database_benchmark::tmp_concrete_env;
|
||||
|
|
Loading…
Reference in a new issue