From 71bf6506530d9081e7dc90c0d866550d17b3d57f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 27 Dec 2015 17:38:33 +0100 Subject: [PATCH] Fixup FileIDType::parse --- src/storage/file/id_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/file/id_type.rs b/src/storage/file/id_type.rs index 7523fc40..91fc8858 100644 --- a/src/storage/file/id_type.rs +++ b/src/storage/file/id_type.rs @@ -12,7 +12,7 @@ pub enum FileIDType { impl FileIDType { - fn parse(s: &str) -> Option { + pub fn parse(s: &str) -> Option { unimplemented!() }