diff --git a/src/error.rs b/src/error.rs index 7335e42c..6c3a4f43 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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 {