Merge pull request #906 from matthiasbeyer/libimaginteraction/unpub-fn
This function does not need to be public
This commit is contained in:
commit
54655b9bce
1 changed files with 7 additions and 7 deletions
|
@ -121,7 +121,7 @@ pub fn ask_string(s: &str,
|
||||||
&mut BufReader::new(stdin()))
|
&mut BufReader::new(stdin()))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn ask_string_<R: BufRead>(s: &str,
|
fn ask_string_<R: BufRead>(s: &str,
|
||||||
default: Option<String>,
|
default: Option<String>,
|
||||||
permit_empty: bool,
|
permit_empty: bool,
|
||||||
permit_multiline: bool,
|
permit_multiline: bool,
|
||||||
|
|
Loading…
Reference in a new issue