Skip to content

Commit 118666a

Browse files
fix: ignore clippy warning on variant's size
1 parent 08378e2 commit 118666a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bors/event.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pub enum BorsGlobalEvent {
3838
}
3939

4040
#[derive(Debug)]
41+
#[allow(clippy::large_enum_variant)]
4142
pub enum BorsEvent {
4243
/// An event that happen per repository basis.
4344
Repository(BorsRepositoryEvent),

0 commit comments

Comments
 (0)