Skip to content

Commit ecc6c94

Browse files
committed
remove unused by_ref function
1 parent 9116e3b commit ecc6c94

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ mod io {
7878
Err(Error)
7979
}
8080
}
81-
82-
fn by_ref(&mut self) -> &mut Self
83-
where
84-
Self: Sized,
85-
{
86-
self
87-
}
8881
}
8982

9083
impl<R: Read> Read for &mut R {

0 commit comments

Comments
 (0)