slint/helper_crates
David Faure 41be30ee6a
Some checks are pending
autofix.ci / format_fix (push) Waiting to run
autofix.ci / lint_typecheck (push) Waiting to run
autofix.ci / ci (push) Blocked by required conditions
Port from vec![] to Vec::new()
vec![] expands to Vec::new(), but expanding macros takes a bit of
time and takes memory in rust-analyzer. Also, the code was using a mix
of vec![] and Vec::new(), so this is more consistent.
2025-12-05 16:53:45 +01:00
..
const-field-offset Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00
vtable Port from vec![] to Vec::new() 2025-12-05 16:53:45 +01:00