Skip to content

Commit

Permalink
Remove repetition in Seek::seek() doc
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 18, 2015
1 parent 58e602b commit f70faa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libstd/io/mod.rs
Expand Up @@ -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`.
Expand Down

0 comments on commit f70faa9

Please sign in to comment.