mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-04 10:54:47 +08:00
todo
This commit is contained in:
@@ -27,7 +27,8 @@ impl Tree {
|
||||
Tree {
|
||||
hash: "".to_string(),
|
||||
entries: Vec::new(),
|
||||
}
|
||||
};
|
||||
unimplemented!("Tree::new");
|
||||
}
|
||||
|
||||
pub fn load(hash: &String) -> Tree {
|
||||
|
||||
Reference in New Issue
Block a user