We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78cc52 commit a3ce398Copy full SHA for a3ce398
src/libstd/error.rs
@@ -109,7 +109,7 @@ pub trait Error: Debug + Display {
109
///
110
/// impl Error for SuperError {
111
/// fn description(&self) -> &str {
112
- /// "I'm the superhero of errors!"
+ /// "I'm the superhero of errors"
113
/// }
114
115
/// fn cause(&self) -> Option<&Error> {
@@ -128,7 +128,7 @@ pub trait Error: Debug + Display {
128
129
/// impl Error for SuperErrorSideKick {
130
131
- /// "I'm SuperError side kick!"
+ /// "I'm SuperError side kick"
132
133
134
0 commit comments