Skip to content

Commit e57bcd8

Browse files
committed
---
yaml --- r: 192232 b: refs/heads/master c: 9299446 h: refs/heads/master v: v3
1 parent 0bc98bf commit e57bcd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 73b30db42dd1e408d30668541fd5c30721001973
2+
refs/heads/master: 92994460309a45d83affec8f4e5ca8ce386f0e46
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
55
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d

trunk/src/libstd/io/cursor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ use slice;
3131
/// over `T` itself. Instead, specific implementations are provided for various
3232
/// in-memory buffer types like `Vec<u8>` and `&[u8]`.
3333
#[stable(feature = "rust1", since = "1.0.0")]
34+
#[derive(Clone, Debug)]
3435
pub struct Cursor<T> {
3536
inner: T,
3637
pos: u64,

0 commit comments

Comments
 (0)