]> git.lizzy.rs Git - rust.git/commitdiff
Remove repetition in Seek::seek() doc
authorRemi Rampin <remirampin@gmail.com>
Tue, 18 Aug 2015 14:01:41 +0000 (10:01 -0400)
committerRemi Rampin <remirampin@gmail.com>
Tue, 18 Aug 2015 14:01:41 +0000 (10:01 -0400)
src/libstd/io/mod.rs

index 5ad5d0fa4d592e313c88bedef06170c8c5fe9f1a..ac70fdae25302ddabeee5efa09633daa85b39039 100644 (file)
@@ -1060,9 +1060,6 @@ pub trait Seek {
     /// A seek beyond the end of a stream is allowed, but implementation
     /// defined.
     ///
-    /// The behavior when seeking past the end of the stream is implementation
-    /// defined.
-    ///
     /// If the seek operation completed successfully,
     /// this method returns the new position from the start of the stream.
     /// That position can be used later with `SeekFrom::Start`.