Skip to content

Commit b397da7

Browse files
committed
change position to be unstable
1 parent aaece75 commit b397da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2858,7 +2858,7 @@ impl<T> Take<T> {
28582858
}
28592859

28602860
/// Returns the number of bytes read so far.
2861-
#[stable(feature = "seek_io_take", since = "CURRENT_RUSTC_VERSION")]
2861+
#[unstable(feature = "seek_io_take_position", issue = "97227")]
28622862
pub fn position(&self) -> u64 {
28632863
self.len - self.limit
28642864
}

0 commit comments

Comments
 (0)