Files @ 706db38f2849
Branch filter:

Location: CSY/reowolf/rustfmt.toml

MH
Preparatory work for union literals

Contains horrible parsing hacks that transmute function calls and
enum literals to union literals if appropriate. Pending the
implementation of the tokenizer the AST can be constructed more
neatly.
1
2
3
reorder_imports = true
use_field_init_shorthand = true
use_small_heuristics = "Max"