1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

update bitflags to v2

This commit is contained in:
Rob Ede
2023-05-06 11:38:51 +01:00
parent 8b2b755cde
commit 6fdda45ca3
8 changed files with 8 additions and 2 deletions

View File

@ -74,6 +74,7 @@ pub struct Codec {
}
bitflags! {
#[derive(Debug, Clone, Copy)]
struct Flags: u8 {
const SERVER = 0b0000_0001;
const CONTINUATION = 0b0000_0010;