linebender / xilem

An experimental Rust native UI framework
Apache License 2.0
3.14k stars 92 forks source link

Disable `clippy::assigning_clones` lint. #331

Closed xStrom closed 4 weeks ago

xStrom commented 4 weeks ago

Enabling assigning_clones by default in Rust 1.78 was a mistake which was reversed in a week in rust-clippy#12779.

We can disable it locally until the upstream fix arrives to stable Rust.