We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12687ce commit 0dca9dbCopy full SHA for 0dca9db
syndapi/src/gql/mutation/subscribe_feed.rs
@@ -11,6 +11,7 @@ pub struct SubscribeFeedInput {
11
pub url: String,
12
}
13
14
+#[allow(clippy::large_enum_variant)]
15
#[derive(Union)]
16
pub enum SubscribeFeedResponse {
17
Success(SubscribeFeedSuccess),
0 commit comments