Skip to content
Snippets Groups Projects

Upgrade to bitflags 2.0

Merged Nick Mathewson requested to merge nickm/arti:bitflags-upgrade into main
7 files
+ 26
17
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -119,6 +119,7 @@ bitflags! {
///
/// For historical reasons, these flags are constructed so that 0
/// is a reasonable default for all of them.
#[derive(Clone, Copy, Debug)]
pub struct BeginFlags : u32 {
/// The client would accept a connection to an IPv6 address.
const IPV6_OKAY = (1<<0);
Loading