diff options
| author | mat <github@matdoes.dev> | 2022-10-30 15:42:43 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-30 15:42:43 -0500 |
| commit | 5ae890f94178d824fb73b4bbd2938dff9c22e96e (patch) | |
| tree | 8f7913f7121ad82b21cb70822e7bd6ed51aa5ab8 /azalea/src | |
| parent | 329f8b1784b26e2149f6edb4e969e10bd419a190 (diff) | |
| download | azalea-drasl-5ae890f94178d824fb73b4bbd2938dff9c22e96e.tar.xz | |
replace an expect with unwrap_or_else
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/lib.rs | 1 |
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<()> { |
