From 5ae890f94178d824fb73b4bbd2938dff9c22e96e Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 30 Oct 2022 15:42:43 -0500 Subject: replace an expect with unwrap_or_else --- azalea/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea/src') 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<()> { -- cgit v1.2.3