Re: [PATCH 08/10] rust: property: Add property_get_reference_args
From: Remo Senekowitsch
Date: Wed Mar 26 2025 - 17:46:09 EST
On Wed Mar 26, 2025 at 10:25 PM CET, Miguel Ojeda wrote:
>
> Remo: did you build with `CLIPPY=1`?
I didn't! Usually I have rust-analyzer configured with clippy, but that doesn't seem to work here.
I added it to my build scripts and can see the warnings now, future patches should be free of clippy warnings.
Thanks for the tip!
Remo