leptos-rs / leptos

Build fast web applications with Rust.
https://leptos.dev
MIT License
15.28k stars 599 forks source link

Fixed several warnings in check pipeline #2654

Closed domwst closed 2 days ago

domwst commented 6 days ago

While running checks described in CONTRIBUTING.md I've noticed quite some warnings. Some of them reference to obsolete features, some of them origin in misspelling of attributes. Current PR addressed these issues

gbj commented 2 days ago

Thanks! The (relatively new) warnings for cfg issues are awesome, aren't they?