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