Skip to content

Commit

Permalink
fix: non-exhaustive patterns on store
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Diez <[email protected]>
  • Loading branch information
7flying committed May 19, 2023
1 parent e94c588 commit f47cf40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ impl StoreConfig {
match self {
#[cfg(feature = "directory")]
StoreConfig::Directory { path } => directory::initialize(path),
_ => todo!(),
}
}
}

0 comments on commit f47cf40

Please sign in to comment.