Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust] Remove unneeded must_use annotations
The Future type that an async function implicitly returns is already implicitly marked as must_use, and additional must_use annotations on async functions are, therefore, redundant. These unneeded annotations generate a warning, which is an error in our build, with this change to the rust compiler rust-lang/rust#89610 Bug: 88999 Change-Id: I84685942c30eeaf98ad9597285d289d5bcbc12d3 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/608581 Reviewed-by: Abdulla Kamar <[email protected]> Fuchsia-Auto-Submit: Adrian Danis <[email protected]> Commit-Queue: Auto-Submit <[email protected]>
- Loading branch information