Skip to content

Commit edcd2ba

Browse files
committed
Add missing generic
1 parent 6d90d99 commit edcd2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2490,7 +2490,7 @@ trait SizeHint {
24902490
}
24912491

24922492
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
2493-
impl SizeHint for T {
2493+
impl<T> SizeHint for T {
24942494
fn lower_bound(&self) -> usize {
24952495
0
24962496
}

0 commit comments

Comments
 (0)