There was an error while loading. Please reload this page.
1 parent e94c588 commit f47cf40Copy full SHA for f47cf40
1 file changed
store/src/lib.rs
@@ -234,6 +234,7 @@ impl StoreConfig {
234
match self {
235
#[cfg(feature = "directory")]
236
StoreConfig::Directory { path } => directory::initialize(path),
237
+ _ => todo!(),
238
}
239
240
0 commit comments