Update src/v6.rs doc

Co-authored-by: Aron Heinecke <Ox0p54r36@t-online.de>
This commit is contained in:
Rick Richardson 2022-08-31 11:32:36 -07:00 committed by GitHub
parent 81761a8d8d
commit 4811a0632f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
//! The implementation for Version 1 UUIDs. //! The implementation for Version 1 UUIDs.
//! //!
//! Note that you need to enable the `v1` Cargo feature //! Note that you need to enable the `v6` Cargo feature
//! in order to use this module. //! in order to use this module.
use crate::timestamp::{ClockSequence, Timestamp}; use crate::timestamp::{ClockSequence, Timestamp};