Skip to content

Commit

Permalink
post-rebase fixup 2: this time it's PERSONAL
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed May 30, 2024
1 parent 674fa26 commit a58c14e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nexus/db-queries/src/db/datastore/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ pub struct UpdaterLock {
}

/// Errors returned by [`DataStore::instance_updater_lock`].
#[derive(Debug, thiserror::Error, PartialEq)]
#[derive(
Debug, thiserror::Error, PartialEq, serde::Serialize, serde::Deserialize,
)]
pub enum UpdaterLockError {
/// The instance was already locked by another saga.
#[error("instance already locked by another saga")]
Expand Down

0 comments on commit a58c14e

Please sign in to comment.