We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e07c4a commit 2ddc938Copy full SHA for 2ddc938
src/model/channel/mod.rs
@@ -44,6 +44,7 @@ pub type AttachmentType<'a> = crate::builder::CreateAttachment;
44
#[derive(Clone, Debug, Serialize)]
45
#[serde(untagged)]
46
#[non_exhaustive]
47
+#[allow(clippy::large_enum_variant)] // https://github.com/rust-lang/rust-clippy/issues/9798
48
pub enum Channel {
49
/// A channel within a [`Guild`].
50
Guild(GuildChannel),
0 commit comments