We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e476dc9 commit 7942882Copy full SHA for 7942882
std/src/io/mod.rs
@@ -1979,7 +1979,7 @@ pub trait BufRead: Read {
1979
/// println!("{:?}", line);
1980
/// }
1981
/// ```
1982
- #[unstable(feature = "buf_read_has_data_left", reason = "recently added", issue = "40745")]
+ #[unstable(feature = "buf_read_has_data_left", reason = "recently added", issue = "86423")]
1983
fn has_data_left(&mut self) -> Result<bool> {
1984
self.fill_buf().map(|b| !b.is_empty())
1985
}
0 commit comments