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.
1 parent 605264f commit 7cb0d28Copy full SHA for 7cb0d28
src/tc/filters/flower/mod.rs
@@ -5,7 +5,7 @@ bitflags! {
5
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
6
pub struct Flags : u32 {
7
const IsFragment = 1 << 0;
8
- const FragmentIsFirst = 1 << 0;
+ const FragmentIsFirst = 1 << 1;
9
const _ = !0;
10
}
11
0 commit comments