?w=1
to a GitHub comparison URL to ignore whitespaces in the diff. Very useful for example if a lot of indentation is changed. https://github.blog/2011-10-21-github-secrets/#whitespacefn calc(a: bool) -> i32 {
match a {
true => 1,
false => -1,
} * 5
}
fn main() {}
is not valid rust code o.omatch
expressionbinop_expr = (expr) * (expr) = (block_exp) * (num_literal)
I don't see what's difficult to parse here, but obviously the rust team is more clever and knowledgeable than me XDad69d62
Fix long words being printed over maximum line width - Robyt3
0ca6d06
Fix incorrect text width calculation of multi-line text - Robyt3
07c59d1
Minor refactoring of DoLabel
functions - Robyt3
9693d4b
Fix vertical centering of multi-line UI labels - Robyt3
9bb9c7c
Replace usages of TextLineCount
with TextWidth
- Robyt3
6decf14
Use Text
instead of TextEx
for popup labels - Robyt3
430e963
Fix inconsistent text wrapping of popup labels - Robyt3
5b4e55a
Merge #6507 - bors[bot]:skull: