Skip to content

Commit 0dca9db

Browse files
committed
fix: clippy large enum
1 parent 12687ce commit 0dca9db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syndapi/src/gql/mutation/subscribe_feed.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub struct SubscribeFeedInput {
1111
pub url: String,
1212
}
1313

14+
#[allow(clippy::large_enum_variant)]
1415
#[derive(Union)]
1516
pub enum SubscribeFeedResponse {
1617
Success(SubscribeFeedSuccess),

0 commit comments

Comments
 (0)