mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-10-02 15:24:57 +00:00
note that the Error display impl is public API
This commit is contained in:
parent
9e0dc29274
commit
1a54a9f88a
@ -127,6 +127,7 @@ impl<'a> InvalidUuid<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: This impl is part of the public API. Breaking changes to it should be carefully considered
|
||||
impl fmt::Display for Error {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
match self.0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user