TODO,需要等待Index实现

This commit is contained in:
HouXiaoxuan
2023-12-20 01:08:25 +08:00
parent c9726e3f11
commit 1b42e53884

View File

@@ -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(),