Remove ask_enum()
This commit is contained in:
parent
47d08224db
commit
6b0535aaca
1 changed files with 0 additions and 4 deletions
|
@ -141,10 +141,6 @@ pub fn ask_string_<R: BufRead>(s: &str,
|
|||
}
|
||||
}
|
||||
|
||||
pub fn ask_enum<E: From<String>>(s: &str) -> E {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
/// Helper function to print a imag question string. The `question` argument may not contain a
|
||||
/// trailing questionmark.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue