We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b837f3a commit 81aba38Copy full SHA for 81aba38
library/std/src/io/util.rs
@@ -82,7 +82,7 @@ impl fmt::Debug for Empty {
82
83
impl SizeHint for Empty {
84
fn upper_bound(&self) -> Option<usize> {
85
- Some(0)
+ Some(0)
86
}
87
88
0 commit comments