Commit 9dd89787 authored by Jay's avatar Jay Committed by Connor

*: remove rust-toolchain (#281)

We should not rely on a specific version of rust.
parent 625d9cee
...@@ -944,7 +944,7 @@ impl DBOptions { ...@@ -944,7 +944,7 @@ impl DBOptions {
Err(_) => { Err(_) => {
return Err( return Err(
"Failed to convert path to CString when creating rocksdb info log".to_owned(), "Failed to convert path to CString when creating rocksdb info log".to_owned(),
) );
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment