Update SmackFlags to support Copy

Needed to update bitflags from 1.x to 2.x
This commit is contained in:
Pierre Lalet 2023-07-03 18:26:13 +02:00
parent 66f2d6138d
commit cc17dec2d5

View file

@ -1,4 +1,5 @@
bitflags! {
#[derive(Clone, Copy)]
pub struct SmackFlags: usize {
const EMPTY = 0x00;
const ANCHOR_BEGIN = 0x01;