mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 15:24:57 +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:
|
/// Provides the following compilation error:
|
||||||
///
|
///
|
||||||
/// ```txt
|
/// ```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");
|
/// | let id = uuid!("F9168C5E-ZEB2-4FAA-B6BF-329BF39FA1E4");
|
||||||
/// | ^
|
/// | ^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user