You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
{ path = "xtra::Address::do_send_async", reason = "discards the return value, possibly swallowing an error" },
{ path = "xtra::Address::do_send", reason = "discards the return value, possibly swallowing an error" },
{ path = "xtra::message_channel::MessageChannel::do_send", reason = "discards the return value, possibly swallowing an error" },
{ path = "xtra::Context::notify_interval", reason = "does not wait for response from the previous handler, prefer `xtra_ext::Address::send_interval`" },
{ path = "tokio::spawn", reason = "tasks can outlive the actor system, prefer spawn_with_handle()" },