Skip to content

Commit f70faa9

Browse files
committed
Remove repetition in Seek::seek() doc
1 parent 58e602b commit f70faa9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/io/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1060,9 +1060,6 @@ pub trait Seek {
10601060
/// A seek beyond the end of a stream is allowed, but implementation
10611061
/// defined.
10621062
///
1063-
/// The behavior when seeking past the end of the stream is implementation
1064-
/// defined.
1065-
///
10661063
/// If the seek operation completed successfully,
10671064
/// this method returns the new position from the start of the stream.
10681065
/// That position can be used later with `SeekFrom::Start`.

0 commit comments

Comments
 (0)