Skip to content

Commit f47cf40

Browse files
committed
fix: non-exhaustive patterns on store
Signed-off-by: Irene Diez <idiez@redhat.com>
1 parent e94c588 commit f47cf40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

store/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ impl StoreConfig {
234234
match self {
235235
#[cfg(feature = "directory")]
236236
StoreConfig::Directory { path } => directory::initialize(path),
237+
_ => todo!(),
237238
}
238239
}
239240
}

0 commit comments

Comments
 (0)