We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
u8
WalkFlags
1 parent b8486f7 commit 2da71a3Copy full SHA for 2da71a3
gix-traverse/src/commit/topo/mod.rs
@@ -23,7 +23,7 @@ bitflags! {
23
// NOTE: The names correspond to the names of the flags in revision.h
24
#[repr(transparent)]
25
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
26
- pub(super) struct WalkFlags: u32 {
+ pub(super) struct WalkFlags: u8 {
27
/// Commit has been seen
28
const Seen = 0b000001;
29
/// Commit has been processed by the Explore walk
0 commit comments