Skip to content

Commit

Permalink
Merge pull request #79 from Red44/patch-1
Browse files Browse the repository at this point in the history
doc: warning added
  • Loading branch information
dylanhart authored May 8, 2024
2 parents a1c1ad0 + 550f1c3 commit a3c1073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use std::time::{Duration, SystemTime};
impl Ulid {
/// Creates a new Ulid with the current time (UTC)
///
/// Using this function to generate Ulids will not guarantee monotonic sort order.
/// See [ulid::Generator] for a monotonic sort order.
/// # Example
/// ```rust
/// use ulid::Ulid;
Expand Down

0 comments on commit a3c1073

Please sign in to comment.