From 40d8711f11e603f9ea01e192e30f087b969b27eb Mon Sep 17 00:00:00 2001 From: Bas Bossink Date: Tue, 24 Jan 2023 18:28:32 +0100 Subject: [PATCH] Also fix the doc comment --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index de200486..281c5335 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -72,7 +72,7 @@ define_uuid_macro! { /// Provides the following compilation error: /// /// ```txt -/// error: invalid character: expected an optional prefix of `urn:uuid:` followed by 0123456789abcdefABCDEF-, found Z at 9 +/// error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found Z at 9 /// | /// | let id = uuid!("F9168C5E-ZEB2-4FAA-B6BF-329BF39FA1E4"); /// | ^