Skip to content

Commit 40d8711

Browse files
committed
Also fix the doc comment
1 parent 3fa4475 commit 40d8711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ define_uuid_macro! {
7272
/// Provides the following compilation error:
7373
///
7474
/// ```txt
75-
/// error: invalid character: expected an optional prefix of `urn:uuid:` followed by 0123456789abcdefABCDEF-, found Z at 9
75+
/// error: invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found Z at 9
7676
/// |
7777
/// | let id = uuid!("F9168C5E-ZEB2-4FAA-B6BF-329BF39FA1E4");
7878
/// | ^

0 commit comments

Comments
 (0)