Rollup merge of #30537 - tshepang:make-visible, r=Gankro
This commit is contained in:
commit
1b68a357fd
@ -252,7 +252,7 @@ impl Stdin {
|
|||||||
///
|
///
|
||||||
/// - Pipe some text to it, e.g. `printf foo | path/to/executable`
|
/// - Pipe some text to it, e.g. `printf foo | path/to/executable`
|
||||||
/// - Give it text interactively by running the executable directly,
|
/// - Give it text interactively by running the executable directly,
|
||||||
// in which case it will wait for the Enter key to be pressed before
|
/// in which case it will wait for the Enter key to be pressed before
|
||||||
/// continuing
|
/// continuing
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub fn read_line(&self, buf: &mut String) -> io::Result<usize> {
|
pub fn read_line(&self, buf: &mut String) -> io::Result<usize> {
|
||||||
|
Loading…
Reference in New Issue
Block a user