Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Jan 27, 2024
1 parent ea9a4f6 commit b3baa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/twitch/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl TwitchIdentity for Anonymous {
/// use [`Anonymous`] instead.
///
/// ```no_run
/// use brainrot::{Authenticated, Chat};
/// use brainrot::twitch::{Authenticated, Chat};
///
/// # #[tokio::main]
/// # async fn main() -> anyhow::Result<()> {
Expand Down
2 changes: 1 addition & 1 deletion src/twitch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Chat {
/// Connect to a Twitch IRC channel.
///
/// ```no_run
/// use brainrot::{Anonymous, Chat};
/// use brainrot::twitch::{Anonymous, Chat};
///
/// # #[tokio::main]
/// # async fn main() -> anyhow::Result<()> {
Expand Down

0 comments on commit b3baa2a

Please sign in to comment.