docs: add missing todo

This commit is contained in:
daimond113 2024-11-05 20:47:19 +01:00
parent 2b0f29a2f9
commit b7444566dd
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -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