slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.05k stars 572 forks source link

Clippy fixes that pop up in `cargo clippy -p slint-lsp` #5472

Closed hunger closed 3 months ago

hunger commented 3 months ago

The crates a reference that is immediately deref change needed an update to not conflict with your PR merged earlier today.

https://github.com/slint-ui/slint/pull/5472/commits/c3648b661a0935cfcc85f4db02cf001c28b0b92c is new, fixing a clippy in the new code from this morning.

hunger commented 3 months ago

Latest push is just cargo fmt.