Remove ask_enum()

This commit is contained in:
Matthias Beyer 2016-04-09 19:48:08 +02:00
parent 47d08224db
commit 6b0535aaca

View file

@ -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 /// Helper function to print a imag question string. The `question` argument may not contain a
/// trailing questionmark. /// trailing questionmark.
/// ///