Skip to content

Commit fbffdf8

Browse files
committed
fix ci errors
1 parent 0cac975 commit fbffdf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/helix/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl<'a, C: crate::HttpClient<'a>> HelixClient<'a, C> {
148148
/// # use twitch_api2::helix::{HelixClient, channels};
149149
/// # let token = Box::new(twitch_oauth2::UserToken::from_existing_unchecked(
150150
/// # twitch_oauth2::AccessToken::new("totallyvalidtoken".to_string()), None,
151-
/// # twitch_oauth2::ClientId::new("validclientid".to_string()), None, None, None));
151+
/// # twitch_oauth2::ClientId::new("validclientid".to_string()), None, None, None, None));
152152
/// let req = channels::GetChannelInformationRequest::builder().broadcaster_id("123456").build();
153153
/// let client = HelixClient::new();
154154
/// # let _: &HelixClient<twitch_api2::DummyHttpClient> = &client;

src/pubsub/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub trait Topic: Serialize + Into<String> {
106106
/// style="display: inline; border-radius: 3px; padding: 2px; font-size: 80%; line-height: 1.2;"
107107
/// ><code>unsupported</code></span>
108108
#[cfg(feature = "twitch_oauth2")]
109-
#[cfg_attr(nightly, doc(feature = "twitch_oauth2"))]
109+
#[cfg_attr(nightly, doc(cfg(feature = "twitch_oauth2")))]
110110
const SCOPE: &'static [twitch_oauth2::Scope];
111111
}
112112

0 commit comments

Comments
 (0)