Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Jun 14, 2024
1 parent 9b2634f commit 2198d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ impl From<sqlx::Error> for Error {
sqlx::Error::Decode(e) => Self::new_app(anyhow!(e)),
sqlx::Error::RowNotFound => Self::new_app(anyhow!("Row not found")),
// non_exhaustive
// TODO: is there a way to skip a variant and throw a compilation error if one is ever added?
// is there a way to skip a variant and throw a compilation error if one is ever added?
e => Self::new_app(e),
}
}
Expand Down

0 comments on commit 2198d3a

Please sign in to comment.