Skip to content

Commit 5550beb

Browse files
committed
fix: fixed basic example
1 parent 34dceaa commit 5550beb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/basic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ fn main() -> Result<()> {
6262
#[test]
6363
#[cfg(all(feature = "encoding", feature = "decoding"))]
6464
fn test_example() -> Result<()> {
65+
use std::{fs::remove_dir_all, path::Path};
66+
6567
let _ = remove_dir_all(Path::new("./example_dir"));
6668
let _ = remove_dir_all(Path::new("./example_store"));
6769
let _ = remove_dir_all(Path::new("./example_repo"));

0 commit comments

Comments
 (0)