File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f7b3cd3337021ed16302fd6a9cc5bcf0afee6679
2
+ refs/heads/master: 7b2dd1fb281dab2543f619a52bc8c217d3ed7700
3
3
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -1060,8 +1060,9 @@ pub trait Seek {
1060
1060
/// The behavior when seeking past the end of the stream is implementation
1061
1061
/// defined.
1062
1062
///
1063
- /// This method returns the new position within the stream if the seek
1064
- /// operation completed successfully.
1063
+ /// If the seek operation completed successfully,
1064
+ /// this method returns the new position from the start of the stream.
1065
+ /// That position can be used later with `SeekFrom::Start`.
1065
1066
///
1066
1067
/// # Errors
1067
1068
///
You can’t perform that action at this time.
0 commit comments