Commit b192609 1 parent 02e7979 commit b192609 Copy full SHA for b192609
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ mod create_interaction;
14
14
15
15
mod create_allowed_mentions;
16
16
#[ cfg( feature = "unstable_discord_api" ) ]
17
- #[ cfg_attr( docsrs, doc( feature = "unstable_discord_api" ) ) ]
17
+ #[ cfg_attr( docsrs, doc( cfg ( feature = "unstable_discord_api" ) ) ) ]
18
18
mod create_interaction_response;
19
19
#[ cfg( feature = "unstable_discord_api" ) ]
20
- #[ cfg_attr( docsrs, doc( feature = "unstable_discord_api" ) ) ]
20
+ #[ cfg_attr( docsrs, doc( cfg ( feature = "unstable_discord_api" ) ) ) ]
21
21
mod create_interaction_response_followup;
22
22
mod create_invite;
23
23
mod create_message;
24
24
mod edit_channel;
25
25
mod edit_guild;
26
26
#[ cfg( feature = "unstable_discord_api" ) ]
27
- #[ cfg_attr( docsrs, doc( feature = "unstable_discord_api" ) ) ]
27
+ #[ cfg_attr( docsrs, doc( cfg ( feature = "unstable_discord_api" ) ) ) ]
28
28
mod edit_interaction_response;
29
29
mod edit_member;
30
30
mod edit_message;
You can’t perform that action at this time.
0 commit comments