Skip to content

Commit

Permalink
spanner: implement Debug for CommitTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
op committed Feb 7, 2025
1 parent 6b7938a commit 623d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl From<prost_types::Timestamp> for Timestamp {
}
}

#[derive(PartialEq, Eq, PartialOrd, Ord, Copy, Clone)]
#[derive(PartialEq, Eq, PartialOrd, Ord, Copy, Clone, Debug)]
pub struct CommitTimestamp {
pub(crate) timestamp: time::OffsetDateTime,
}
Expand Down

0 comments on commit 623d943

Please sign in to comment.