Skip to content

Commit

Permalink
better cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikjakbiak committed Aug 15, 2024
1 parent 55e0336 commit 226f5e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ impl Display for MissingValues {
#[derive(Error, Debug)]
pub enum InStoreTableError {
#[error("Some keys were not found for stores: {0}")]
// TODO: change this to from MissingValues - many (store: missing keys)
NotFound(#[from] MissingValues),
#[error("Store error: {0}")]
Store(#[from] StoreError),
Expand Down

0 comments on commit 226f5e6

Please sign in to comment.