diff --git a/crates/core/src/repository.rs b/crates/core/src/repository.rs index 5079aef4..d9261b44 100644 --- a/crates/core/src/repository.rs +++ b/crates/core/src/repository.rs @@ -1452,6 +1452,7 @@ impl
Repository
{ /// # Arguments /// /// * `id` - The `Id` of the tree + // TODO!: This ID should be a tree ID, we should refactor it to wrap it in a TreeId type /// /// # Errors /// @@ -1475,6 +1476,7 @@ impl
Repository
{ /// # Arguments /// /// * `root_tree` - The `Id` of the root tree + // TODO!: This ID should be a tree ID, we should refactor it to wrap it in a TreeId type /// * `path` - The path /// /// # Errors