Skip to content

Commit 11c49f6

Browse files
committed
Add missing generic
1 parent fa76db3 commit 11c49f6

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
@@ -2493,7 +2493,7 @@ trait SizeHint {
24932493
}
24942494

24952495
#[stable(feature = "bufreader_size_hint", since = "1.51.0")]
2496-
impl SizeHint for T {
2496+
impl<T> SizeHint for T {
24972497
fn lower_bound(&self) -> usize {
24982498
0
24992499
}

0 commit comments

Comments
 (0)