diff options
| author | mat <git@matdoes.dev> | 2026-03-20 14:33:53 +0800 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-20 14:33:53 +0800 |
| commit | 2446ced45b7a3365000c21360498ec341bc6e072 (patch) | |
| tree | b0ed0d3111d3b4d67dd4e69bf1de5610287501d9 /azalea/src/client_impl/mod.rs | |
| parent | 25cd1c0b60604655b70d70f8ec33a54853905eea (diff) | |
| download | azalea-drasl-2446ced45b7a3365000c21360498ec341bc6e072.tar.xz | |
doc fixes
Diffstat (limited to 'azalea/src/client_impl/mod.rs')
| -rw-r--r-- | azalea/src/client_impl/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/client_impl/mod.rs b/azalea/src/client_impl/mod.rs index ba188307..45b11fbf 100644 --- a/azalea/src/client_impl/mod.rs +++ b/azalea/src/client_impl/mod.rs @@ -284,7 +284,7 @@ impl Client { /// .await; /// println!("done!"); /// } - /// async fn handle(bot: Client, event: Event, _state: NoState) -> eyreResult<()> { + /// async fn handle(bot: Client, event: Event, _state: NoState) -> eyre::Result<()> { /// match event { /// Event::Disconnect(_) | Event::ConnectionFailed(_) => { /// bot.exit(); |
