Fix incorrect token
This commit is contained in:
parent
260a270f7c
commit
5f60a3048e
1 changed files with 1 additions and 1 deletions
|
@ -2495,7 +2495,7 @@ trait SizeHint {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
|
#[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")]
|
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
|
||||||
impl<T> SizeHint for BufReader<T> {
|
impl<T> SizeHint for BufReader<T> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue