We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49e1ed commit e2e4f57Copy full SHA for e2e4f57
src/libstd/error.rs
@@ -168,7 +168,7 @@ pub trait Error: Debug + Display {
168
/// "I'm the superhero of errors"
169
/// }
170
///
171
- /// fn source(&self) -> Option<&dyn (Error + 'static)> {
+ /// fn source(&self) -> Option<&(dyn Error + 'static)> {
172
/// Some(&self.side)
173
174
0 commit comments