Skip to content

Commit

Permalink
Merge pull request #354 from op/op/committimestamp-debug
Browse files Browse the repository at this point in the history
spanner: implement Debug for CommitTimestamp
  • Loading branch information
yoshidan authored Feb 12, 2025
2 parents e0f941f + 623d943 commit 78e5355
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 78e5355

Please sign in to comment.