We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
downcast
1 parent 111253c commit d8aba10Copy full SHA for d8aba10
library/std/src/io/error.rs
@@ -821,9 +821,10 @@ impl Error {
821
/// }
822
///
823
/// impl fmt::Display for E {
824
- /// fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
825
- /// todo!()
826
- /// }
+ /// // ...
+ /// # fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
+ /// # todo!()
827
+ /// # }
828
829
/// impl Error for E {}
830
0 commit comments