Skip to content

Commit b32e4fa

Browse files
committed
don't expose client_ext module
1 parent d3f3d83 commit b32e4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helix/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use std::{convert::TryInto, str::FromStr};
3333
use twitch_oauth2::TwitchToken;
3434
#[cfg(all(feature = "client"))]
3535
#[cfg_attr(nightly, doc(cfg(all(feature = "client", feature = "helix"))))]
36-
pub mod client_ext;
36+
mod client_ext;
3737

3838
pub mod bits;
3939
pub mod channels;

0 commit comments

Comments
 (0)