Update src/lib.rs

Co-authored-by: Quinn <57224050+QnnOkabayashi@users.noreply.github.com>
This commit is contained in:
Ashley Mannix 2021-11-16 13:12:26 +10:00 committed by GitHub
parent cf1940a56d
commit 3b705af054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
//!
//! Other crate features can also be useful beyond the version support:
//!
//! * `macros` - adds the `uuid!` macro that can parse UUIDs at compile time.
//! * `macros` - adds the `uuid!` macro that can parse UUIDs from string literals at compile time.
//! * `serde` - adds the ability to serialize and deserialize a UUID using
//! `serde`.
//! * `arbitrary` - adds an `Arbitrary` trait implementation to `Uuid` for