wishawa / async_ui

Lifetime-Friendly, Component-Based, Retained-Mode UI Powered by Async Rust
Mozilla Public License 2.0
551 stars 11 forks source link

chore: fix `must_use` attribute syntax #9

Closed gvozdvmozgu closed 6 months ago

gvozdvmozgu commented 6 months ago

This worked previously because the compiler did not check attributes in traits, see https://github.com/rust-lang/rust/pull/121545

ChocolateLoverRaj commented 2 months ago

Looks like this is fixed on GitHub, but I have this error when using the crate:

malformed `must_use` attribute input

because the fix was not published to crates.io