about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-10-14 12:52:14 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-10-14 12:52:14 +0530
commit66b58d19bdeceba7aa3f4043fefd796f8c8b426c (patch)
tree953903e5f926818305cbd3558f119e9baee5d1db /src/libstd
parentb330df2c6cf8661ce7079fb468daf6405065f6ea (diff)
downloadrust-66b58d19bdeceba7aa3f4043fefd796f8c8b426c.tar.gz
rust-66b58d19bdeceba7aa3f4043fefd796f8c8b426c.zip
fix tidy
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/io/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/error.rs b/src/libstd/io/error.rs
index 121eeae9e48..6f18aad6235 100644
--- a/src/libstd/io/error.rs
+++ b/src/libstd/io/error.rs
@@ -17,7 +17,7 @@ use option::Option::{self, Some, None};
 use result;
 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.
 ///
 /// This type is broadly used across `std::io` for any operation which may