diff options
| -rw-r--r-- | library/std/src/io/util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/util.rs b/library/std/src/io/util.rs index 7de37c67abe..e5e5f29b22d 100644 --- a/library/std/src/io/util.rs +++ b/library/std/src/io/util.rs @@ -82,7 +82,7 @@ impl fmt::Debug for Empty { impl SizeHint for Empty { fn upper_bound(&self) -> Option<usize> { - Some(0) + Some(0) } } |
