Skip to content

Commit a98e74c

Browse files
committed
remove outdated comment - comments are as dangerous as ever
1 parent 3c10d06 commit a98e74c

File tree

1 file changed

+0
-5
lines changed
  • experiments/object-access/src

1 file changed

+0
-5
lines changed

experiments/object-access/src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//! Currently this experiment fails as `locate(…)` can't actually find objects. My guess is that
2-
//! it can't find objects in packs for some reason because it could find some objects there were
3-
//! probably loose, but failed right away after a `git gc`.
4-
//! Let's see if a unit test can reproduce this too, right now this functionality is entirely untested
5-
//! I think.
61
use anyhow::anyhow;
72
use git_hash::ObjectId;
83
use git_odb::Locate;

0 commit comments

Comments
 (0)