google/tarpc

Future types should be `#[must_use]`

Darksonn opened this issue · 1 comments

Future types such as the one returned by Channel::execute should be marked #[must_use] so people get a warning if they forget to .await them.

tikue commented

Thanks for pointing this out!