We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bce52 commit a1b7558Copy full SHA for a1b7558
src/libstd/io/mod.rs
@@ -443,9 +443,8 @@ pub trait Seek {
443
/// A seek beyond the end of a stream is allowed, but seeking before offset
444
/// 0 is an error.
445
///
446
- /// Seeking past the end of the stream does not modify the underlying
447
- /// stream, but the next write may cause the previous data to be filled in
448
- /// with a bit pattern.
+ /// The behavior when seeking past the end of the stream is implementation
+ /// defined.
449
450
/// This method returns the new position within the stream if the seek
451
/// operation completed successfully.
0 commit comments