Skip to content

Commit

Permalink
add timestamp error doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danburkert committed Apr 6, 2022
1 parent 9ea85ff commit a109f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prost-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ impl From<std::time::SystemTime> for Timestamp {
}
}

/// A timestamp handling error.
#[derive(Debug, PartialEq)]
#[non_exhaustive]
pub enum TimestampError {
Expand Down

0 comments on commit a109f14

Please sign in to comment.