Skip to content

Commit 1a54a9f

Browse files
authored
note that the Error display impl is public API
1 parent 9e0dc29 commit 1a54a9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl<'a> InvalidUuid<'a> {
127127
}
128128
}
129129

130+
// NOTE: This impl is part of the public API. Breaking changes to it should be carefully considered
130131
impl fmt::Display for Error {
131132
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
132133
match self.0 {

0 commit comments

Comments
 (0)