Skip to content

Commit

Permalink
Drop resolved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Aug 30, 2024
1 parent 5de106e commit f260211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/changes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl<C: Client + Sync + Send + 'static> RepoChangeset<C> {
Ok(self)
}

// TODO: add test
async fn analyze_commit(remote: Arc<Remote<C>>, commit: Commit) -> anyhow::Result<Vec<Changeset>> {
let change_commit = CommitMetadata::new(&commit);
let mut changes = vec![];
Expand Down

0 comments on commit f260211

Please sign in to comment.