mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
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. |
||
|---|---|---|
| .. | ||
| interpreter | ||
| types | ||
| interpreter.rs | ||
| lib.rs | ||
| types.rs | ||