From b7444566ddfe2ea87524762580bee146d4be6d63 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:47:19 +0100 Subject: [PATCH] docs: add missing todo --- src/source/git_index.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/source/git_index.rs b/src/source/git_index.rs index a8aec66..903669a 100644 --- a/src/source/git_index.rs +++ b/src/source/git_index.rs @@ -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, errors::TreeError> { // this is a bare repo, so this is the actual path