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.07k stars 573 forks source link

linuxkms: ignore warning when no renderer are active #5441

Closed ogoffart closed 3 months ago

ogoffart commented 3 months ago

I went with an #[allow] rather than #[cfg] because catching the exact right expression is complicated (any renderer, and none should be forgotten)