mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-30 14:31:03 +00:00
Also fix the doc comment
This commit is contained in:
parent
3fa4475738
commit
40d8711f11
@ -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");
|
||||
/// | ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user