mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
Update SmackFlags to support Copy
Needed to update bitflags from 1.x to 2.x
This commit is contained in:
parent
66f2d6138d
commit
cc17dec2d5
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
bitflags! {
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct SmackFlags: usize {
|
||||
const EMPTY = 0x00;
|
||||
const ANCHOR_BEGIN = 0x01;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue