Skip to content

Commit 60d0dc4

Browse files
committed
fix: Remove int type from git_odb_stream_t
1 parent 36aea26 commit 60d0dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pub struct git_odb_stream {
173173
}
174174

175175
git_enum! {
176-
pub enum git_odb_stream_t: c_uint {
176+
pub enum git_odb_stream_t {
177177
GIT_STREAM_RDONLY = 2,
178178
GIT_STREAM_WRONLY = 4,
179179
GIT_STREAM_RW = 6,

0 commit comments

Comments
 (0)