add comment

This commit is contained in:
2020-05-20 00:52:33 +08:00
parent b72dc883a7
commit d571380e59

View File

@@ -1,3 +1,4 @@
// http://sled.rs/
fn main() -> Result<(), Box<dyn std::error::Error>>{
let path = "a.file";
let tree = sled::open(path)?;