aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index d9465062..636981f3 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -122,7 +122,6 @@ where
/// # Examples
///
/// ```rust
- /// use anyhow::Result;
/// use azalea::prelude::*;
///
/// async fn handle(bot: Client, event: Event, state: State) -> anyhow::Result<()> {