Fixup FileIDType::parse

This commit is contained in:
Matthias Beyer 2015-12-27 17:38:33 +01:00
parent 2585472349
commit 71bf650653

View file

@ -12,7 +12,7 @@ pub enum FileIDType {
impl FileIDType {
fn parse(s: &str) -> Option<FileIDType> {
pub fn parse(s: &str) -> Option<FileIDType> {
unimplemented!()
}