diff options
Diffstat (limited to 'internal/testgit')
| -rw-r--r-- | internal/testgit/fsck.go | 2 | ||||
| -rw-r--r-- | internal/testgit/repo.go | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/internal/testgit/fsck.go b/internal/testgit/fsck.go index 5689899e..a500ee9f 100644 --- a/internal/testgit/fsck.go +++ b/internal/testgit/fsck.go @@ -8,8 +8,6 @@ import ( ) // FsckOptions configures [Repo.Fsck]. -// -//exhaustruct:ignore type FsckOptions struct { Strict bool NoDangling bool diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go index 544cfb1a..62107f4e 100644 --- a/internal/testgit/repo.go +++ b/internal/testgit/repo.go @@ -13,7 +13,6 @@ type Repo struct { env []string } -//exhaustruct:ignore type RepoOptions struct { ObjectFormat id.ObjectFormat } |
