91f057de35
Replace `_, _` with `..` in patterns This is how https://github.com/rust-lang/rust/issues/33627 looks in action. Looks especially nice in leftmost/rightmost positions `(first, ..)`/`(.., last)`. I haven't touched libsyntax intentionally because the feature is still unstable. |
||
---|---|---|
.. | ||
Cargo.toml | ||
csv_dumper.rs | ||
data.rs | ||
dump_visitor.rs | ||
dump.rs | ||
external_data.rs | ||
json_api_dumper.rs | ||
json_dumper.rs | ||
lib.rs | ||
span_utils.rs |