We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9142 commit e140479Copy full SHA for e140479
1 file changed
src/v7.rs
@@ -3,7 +3,9 @@
3
//! Note that you need to enable the `v7` Cargo feature
4
//! in order to use this module.
5
6
-use crate::{rng, std::cmp, timestamp::Timestamp, Builder, Uuid};
+use core::cmp;
7
+
8
+use crate::{rng, timestamp::Timestamp, Builder, Uuid};
9
10
impl Uuid {
11
/// Create a new version 7 UUID using the current time value.
0 commit comments