Skip to content

Commit 46f65c8

Browse files
jamesbt365mkrasnitski
authored andcommitted
ComponentsV2 support (serenity-rs#3123)
1 parent b144a33 commit 46f65c8

15 files changed

+775
-116
lines changed

examples/testing/src/model_type_sizes.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub fn print_ranking() {
104104
("IntegrationDeleteEvent", std::mem::size_of::<IntegrationDeleteEvent>()),
105105
("IntegrationId", std::mem::size_of::<IntegrationId>()),
106106
("IntegrationUpdateEvent", std::mem::size_of::<IntegrationUpdateEvent>()),
107-
("InteractionResponseFlags", std::mem::size_of::<InteractionResponseFlags>()),
108107
("InteractionCreateEvent", std::mem::size_of::<InteractionCreateEvent>()),
109108
("InteractionId", std::mem::size_of::<InteractionId>()),
110109
("Invite", std::mem::size_of::<Invite>()),

0 commit comments

Comments
 (0)