Re: [PATCH] rust_binder: simplify Result<()> uses

From: Miguel Ojeda

Date: Tue Sep 01 2026 - 05:30:21 EST


On Tue, Sep 1, 2026 at 9:49 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> I don't really think this matters, but shrug.

It is the style we have used since 2021, so it is for consistency, and
it preemptively cleans the `useless_default_generic_parameters` lint
Benno requested:

Link: https://github.com/rust-lang/rust-clippy/issues/14848
Link: https://github.com/rust-lang/rust-clippy/pull/16123

Most of the cases are in Binder at the moment, so this one cleans a
good % of them.

I hope that clarifies.

Cheers,
Miguel