fix tidy
This commit is contained in:
parent
b330df2c6c
commit
66b58d19bd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ use option::Option::{self, Some, None};
|
||||||
use result;
|
use result;
|
||||||
use sys;
|
use sys;
|
||||||
|
|
||||||
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
|
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
|
||||||
/// operations.
|
/// operations.
|
||||||
///
|
///
|
||||||
/// This type is broadly used across `std::io` for any operation which may
|
/// This type is broadly used across `std::io` for any operation which may
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue