Skip to content

Commit e1ca87c

Browse files
committed
[update] EventMask to derive Default
1 parent f005070 commit e1ca87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lambda-rs/src/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::{
1313
/// The category bits are stable within a major version of `lambda-rs`. Bits
1414
/// outside the defined set are reserved for future expansion and MUST NOT be
1515
/// relied upon.
16-
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
16+
#[derive(Clone, Copy, Debug, Default, Eq, Hash, PartialEq)]
1717
#[repr(transparent)]
1818
pub struct EventMask(u8);
1919

0 commit comments

Comments
 (0)