We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58e602b + f70faa9 commit c6291e0Copy full SHA for c6291e0
src/libstd/io/mod.rs
@@ -1060,9 +1060,6 @@ pub trait Seek {
1060
/// A seek beyond the end of a stream is allowed, but implementation
1061
/// defined.
1062
///
1063
- /// The behavior when seeking past the end of the stream is implementation
1064
- /// defined.
1065
- ///
1066
/// If the seek operation completed successfully,
1067
/// this method returns the new position from the start of the stream.
1068
/// That position can be used later with `SeekFrom::Start`.
0 commit comments