From 3b705af054e5baa7945269c0883d25f89bd2e33a Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 16 Nov 2021 13:12:26 +1000 Subject: [PATCH] Update src/lib.rs Co-authored-by: Quinn <57224050+QnnOkabayashi@users.noreply.github.com> --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bda094e..bc7fc88 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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