Skip to content

Commit e79e71f

Browse files
authored
Merge pull request #117 from vohoanglong0107/clippy-ignore-enum-size
fix: ignore clippy warning on variant's size
2 parents 08378e2 + 118666a commit e79e71f

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)