Skip to content

Commit

Permalink
Merge branch 'fix-mask-note'
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed May 17, 2020
2 parents 999ff75 + e53afb8 commit 37d2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitfield/masks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl Masks {
0b01_11_11_11, // 127
0b10_11_11_11, // 191
0b11_01_11_11, // 223
0b11_10_11_11, // 223
0b11_10_11_11, // 239
0b11_11_01_11, // 247
0b11_11_10_11, // 251
0b11_11_11_01, // 253
Expand Down

0 comments on commit 37d2a9c

Please sign in to comment.