We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Seek::stream_len
1 parent c518f2d commit ea40aa4Copy full SHA for ea40aa4
src/libstd/io/mod.rs
@@ -1336,7 +1336,7 @@ pub trait Seek {
1336
/// method returns successfully, the seek position is unchanged (i.e. the
1337
/// position before calling this method is the same as afterwards).
1338
/// However, if this method returns an error, the seek position is
1339
- /// undefined.
+ /// unspecified.
1340
///
1341
/// If you need to obtain the length of *many* streams and you don't care
1342
/// about the seek position afterwards, you can reduce the number of seek
0 commit comments