Skip to content

Commit

Permalink
fix: clippy large enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Jan 16, 2024
1 parent 12687ce commit 0dca9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syndapi/src/gql/mutation/subscribe_feed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub struct SubscribeFeedInput {
pub url: String,
}

#[allow(clippy::large_enum_variant)]
#[derive(Union)]
pub enum SubscribeFeedResponse {
Success(SubscribeFeedSuccess),
Expand Down

0 comments on commit 0dca9db

Please sign in to comment.