Rollup merge of #58600 - llogiq:documentation-tests-typo, r=frewsxcv
fix small documentation typo Thanks to @stjepang for catching my mistake.
This commit is contained in:
commit
575a209624
@ -244,7 +244,7 @@ disambiguate the error type:
|
||||
/// use std::io;
|
||||
/// let mut input = String::new();
|
||||
/// io::stdin().read_line(&mut input)?;
|
||||
/// # Ok::<(), io:Error>(())
|
||||
/// # Ok::<(), io::Error>(())
|
||||
/// ```
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user