We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62d353e + 0c3cba1 commit 7bebf64Copy full SHA for 7bebf64
src/lib.rs
@@ -1049,6 +1049,8 @@ bitflags! {
1049
const WT_TYPECHANGE = raw::GIT_STATUS_WT_TYPECHANGE as u32;
1050
#[allow(missing_docs)]
1051
const WT_RENAMED = raw::GIT_STATUS_WT_RENAMED as u32;
1052
+ #[allow(missing_docs)]
1053
+ const WT_UNREADABLE = raw::GIT_STATUS_WT_UNREADABLE as u32;
1054
1055
1056
const IGNORED = raw::GIT_STATUS_IGNORED as u32;
0 commit comments