mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
docs: add missing todo
This commit is contained in:
parent
2b0f29a2f9
commit
b7444566dd
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ pub trait GitBasedSource {
|
|||
/// The URL of the repository
|
||||
fn repo_url(&self) -> &gix::Url;
|
||||
|
||||
// TODO: make this function async
|
||||
/// Gets the tree of the repository
|
||||
fn tree<'a>(&'a self, repo: &'a gix::Repository) -> Result<gix::Tree<'a>, errors::TreeError> {
|
||||
// this is a bare repo, so this is the actual path
|
||||
|
|
Loading…
Reference in a new issue