Skip to content

Commit ef183a2

Browse files
committed
Ignore the deprecated git_transfer_progress type alias in systest
The type it aliases, git_indexer_progress, is still checked but this prevents spurious warnings about using deprecated fields.
1 parent 24ea105 commit ef183a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

systest/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ fn main() {
4343
cfg.skip_roundtrip(|t| t == "git_clone_options" || t == "git_submodule_update_options");
4444

4545
cfg.skip_type(|t| t == "__enum_ty");
46+
cfg.skip_type(|t| t == "git_transfer_progress");
4647
cfg.generate("../libgit2-sys/lib.rs", "all.rs");
4748
}

0 commit comments

Comments
 (0)