xmpp-rs/xmpp/examples
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pep 21cb5c1f7f
xmpp/example: explicit types to prevent mishap
Previously there was a forgotten `.await` at this exact place because of
the `let _`, which could have been `let _: type` to prevent this. The
`handle_events` method here returns the unit type so I just removed it.

skip-changelog: already in the changelog and not released yet

Signed-off-by: pep <pep@bouah.net>
2025-10-29 13:06:47 +01:00
..
hello_bot.rs xmpp/example: explicit types to prevent mishap 2025-10-29 13:06:47 +01:00