Update src/v7.rs doc

Co-authored-by: Aron Heinecke <Ox0p54r36@t-online.de>
This commit is contained in:
Rick Richardson 2022-08-31 11:32:46 -07:00 committed by GitHub
parent 4811a0632f
commit 9a7c5e9b97
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.
//!
//! Note that you need to enable the `v1` Cargo feature
//! Note that you need to enable the `v7` Cargo feature
//! in order to use this module.
use crate::rng::{bytes, u16};