Browse Source
626: Ban use of `MessageChannel#do_send` r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io>reconnect-to-maker
committed by
GitHub
3 changed files with 16 additions and 13 deletions
@ -1,4 +1,5 @@ |
|||
disallowed-methods = [ |
|||
"xtra::Address::do_send_async", # discards the return value, possibly swallowing an error |
|||
"xtra::Address::do_send", # discards the return value, possibly swallowing an error |
|||
"xtra::message_channel::MessageChannel::do_send", # discards the return value, possibly swallowing an error |
|||
] |
|||
|
Loading…
Reference in new issue