mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-04 02:43:54 +08:00
TODO,需要等待Index实现
This commit is contained in:
@@ -23,6 +23,7 @@ pub struct Tree {
|
||||
|
||||
impl Tree {
|
||||
pub fn new(index: &Index) -> Tree {
|
||||
// XXX wait for index to be implemented
|
||||
Tree {
|
||||
hash: "".to_string(),
|
||||
entries: Vec::new(),
|
||||
|
||||
Reference in New Issue
Block a user