slint/internal/compiler/generator
Olivier Goffart 0dba666d1f Rust generator: Fix compilation returning from void callbacks
If a callback returning voids ends in a statement that returns something,
we would have an error in the rust generated code as we end our function
with an expression that is not `()`
2022-02-06 10:33:36 +01:00
..
cpp.rs Janitor: More clippy stuff 2022-01-31 20:59:45 +01:00
rust.rs Rust generator: Fix compilation returning from void callbacks 2022-02-06 10:33:36 +01:00