File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pub use goal::{ChannelGoalBeginV1, ChannelGoalBeginV1Payload};
106106pub use goal:: { ChannelGoalEndV1 , ChannelGoalEndV1Payload } ;
107107#[ doc( inline) ]
108108pub use goal:: { ChannelGoalProgressV1 , ChannelGoalProgressV1Payload } ;
109+ #[ doc( inline) ]
109110#[ cfg( feature = "beta" ) ]
110111pub use guest_star_guest:: {
111112 ChannelGuestStarGuestUpdateBeta , ChannelGuestStarGuestUpdateBetaPayload ,
@@ -115,10 +116,12 @@ pub use guest_star_guest::{
115116pub use guest_star_session:: {
116117 ChannelGuestStarSessionBeginBeta , ChannelGuestStarSessionBeginBetaPayload ,
117118} ;
119+ #[ doc( inline) ]
118120#[ cfg( feature = "beta" ) ]
119121pub use guest_star_session:: {
120122 ChannelGuestStarSessionEndBeta , ChannelGuestStarSessionEndBetaPayload ,
121123} ;
124+ #[ doc( inline) ]
122125#[ cfg( feature = "beta" ) ]
123126pub use guest_star_settings:: {
124127 ChannelGuestStarSettingsUpdateBeta , ChannelGuestStarSettingsUpdateBetaPayload ,
You can’t perform that action at this time.
0 commit comments