slint/api/rs/build
Simon Hausmann caa42d82c6 Fix compilation of generated Rust code when token stream contains single-quoted semicolon
When using glyph embedding, we generate a character map where each code
point is a literal char.  When the font contains a semicolon and we
generate an entry for that, we write ';' and the CodeFormatter would
think the semicolon is the end of a statement and produce a newline.
That breaks the build of the generated code. Instead teach the formatter
also about single-quoted string literals.
2022-06-28 18:20:12 +02:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Revert "Use prettyplease crate to do the formatting" 2022-06-28 18:20:12 +02:00
lib.rs Fix compilation of generated Rust code when token stream contains single-quoted semicolon 2022-06-28 18:20:12 +02:00