Skip to content

Commit

Permalink
Also fix the doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
basbossink-ds committed Jan 24, 2023
1 parent 3fa4475 commit 40d8711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
/// | ^
Expand Down

0 comments on commit 40d8711

Please sign in to comment.