Skip to content

Commit

Permalink
fix kv example
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Aug 8, 2024
1 parent 43706f7 commit e82d735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kv/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod wal;

use lsm_tree::{Config, SequenceNumberCounter, Tree, Value};
use lsm_tree::{AbstractTree, Config, SequenceNumberCounter, Tree, Value};
use nanoid::nanoid;
use std::{
path::Path,
Expand Down

0 comments on commit e82d735

Please sign in to comment.