1
Fork 0

Fix incorrect token

This commit is contained in:
Xavientois 2021-01-15 17:52:55 -05:00
parent 260a270f7c
commit 5f60a3048e

View file

@ -2495,7 +2495,7 @@ trait SizeHint {
}
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
impl<T> SizeHint for T;
impl<T> SizeHint for T {}
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
impl<T> SizeHint for BufReader<T> {