mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
`consume()` does not advance whitespace, while `peek()` does. And the `peek()` in the debug_assert meant that the behavior was different in release and debug mode. Use `expect` instead of consume as it skip over white space |
||
|---|---|---|
| .. | ||
| document.rs | ||
| element.rs | ||
| expressions.rs | ||
| statements.rs | ||
| type.rs | ||