Remove repetition in Seek::seek() doc
This commit is contained in:
parent
58e602b03f
commit
f70faa91eb
1 changed files with 0 additions and 3 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue