We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d6047 commit b7133acCopy full SHA for b7133ac
contrib/clarity-cli/src/lib.rs
@@ -1465,7 +1465,6 @@ pub fn execute_launch(
1465
}
1466
1467
// Open database
1468
- // let header_db = CLIHeadersDB::new(vm_filename, false); // TODO: Can we remove this comment?
1469
let header_db = friendly_expect(CLIHeadersDB::resume(vm_filename), "Failed to open CLI DB");
1470
let marf_kv = friendly_expect(
1471
MarfedKV::open(vm_filename, None, None),
0 commit comments