Add missing generic
This commit is contained in:
parent
fa76db3104
commit
11c49f6a2a
@ -2493,7 +2493,7 @@ trait SizeHint {
|
||||
}
|
||||
|
||||
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
|
||||
impl SizeHint for T {
|
||||
impl<T> SizeHint for T {
|
||||
fn lower_bound(&self) -> usize {
|
||||
0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user