Fixup FileIDType::parse
This commit is contained in:
parent
2585472349
commit
71bf650653
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub enum FileIDType {
|
|||
|
||||
impl FileIDType {
|
||||
|
||||
fn parse(s: &str) -> Option<FileIDType> {
|
||||
pub fn parse(s: &str) -> Option<FileIDType> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue