Add tracking issue ID for bufread_skip_until
feature gate
This commit is contained in:
parent
7c9ad34362
commit
1d7d7654e6
1 changed files with 1 additions and 1 deletions
|
@ -2205,7 +2205,7 @@ pub trait BufRead: Read {
|
|||
/// assert_eq!(num_bytes, 11);
|
||||
/// assert_eq!(animal, b"Crustacean\0");
|
||||
/// ```
|
||||
#[unstable(feature = "bufread_skip_until", issue = "none")]
|
||||
#[unstable(feature = "bufread_skip_until", issue = "111735")]
|
||||
fn skip_until(&mut self, byte: u8) -> Result<usize> {
|
||||
skip_until(self, byte)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue