Skip to content

Commit e140479

Browse files
committed
simplify a use stmt
1 parent 8ed9142 commit e140479

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/v7.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
//! Note that you need to enable the `v7` Cargo feature
44
//! in order to use this module.
55
6-
use crate::{rng, std::cmp, timestamp::Timestamp, Builder, Uuid};
6+
use core::cmp;
7+
8+
use crate::{rng, timestamp::Timestamp, Builder, Uuid};
79

810
impl Uuid {
911
/// Create a new version 7 UUID using the current time value.

0 commit comments

Comments
 (0)