We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dceaa commit 5550bebCopy full SHA for 5550beb
1 file changed
examples/basic.rs
@@ -62,6 +62,8 @@ fn main() -> Result<()> {
62
#[test]
63
#[cfg(all(feature = "encoding", feature = "decoding"))]
64
fn test_example() -> Result<()> {
65
+ use std::{fs::remove_dir_all, path::Path};
66
+
67
let _ = remove_dir_all(Path::new("./example_dir"));
68
let _ = remove_dir_all(Path::new("./example_store"));
69
let _ = remove_dir_all(Path::new("./example_repo"));
0 commit comments