We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23feaa commit 88bc1d4Copy full SHA for 88bc1d4
library/std/src/io/util.rs
@@ -67,7 +67,7 @@ impl fmt::Debug for Empty {
67
68
impl SizeHint for Empty {
69
fn upper_bound(&self) -> Option<usize> {
70
- Some(0)
+ Some(0)
71
}
72
73
0 commit comments