diff --git a/asyncgit/src/sync/blame.rs b/asyncgit/src/sync/blame.rs index 8e06e571..d392b93c 100644 --- a/asyncgit/src/sync/blame.rs +++ b/asyncgit/src/sync/blame.rs @@ -50,6 +50,7 @@ pub enum BlameAt { pub fn blame_file( repo_path: &str, file_path: &str, + //TODO: remove until we actually use this on specific commits, right now not even the unittests cover this blame_at: &BlameAt, ) -> Result { let repo = utils::repo(repo_path)?;