1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Merge pull request #782 from romanz/fix-clippy

Fix clippy comment
This commit is contained in:
Roman Zeyde 2022-10-30 21:47:01 +02:00 committed by GitHub
commit a3ef0fa895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ impl DBStore {
);
// close DB before deletion
drop(store);
rocksdb::DB::destroy(&default_opts(), &path).with_context(|| {
rocksdb::DB::destroy(&default_opts(), path).with_context(|| {
format!(
"re-index required but the old database ({}) can not be deleted",
path.display()