1
Fork 0
This commit is contained in:
Manish Goregaokar 2015-10-14 12:52:14 +05:30
parent b330df2c6c
commit 66b58d19bd

View file

@ -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