rust-analyzer/crates/syntax
Aleksey Kladov f4cb0ff9be internal: move ws attachment logic to the parser crate
This has to re-introduce the `sink` pattern, because doing this purely
with iterators is awkward :( Maaaybe the event vector was a false start?

But, anyway, I like the current factoring more -- it sort-of obvious
that we do want to keep ws-attachment business in the parser, and that
we also don't want that to depend on the particular tree structure. I
think `shortcuts` module achieves that.
2021-12-26 16:47:10 +03:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src internal: move ws attachment logic to the parser crate 2021-12-26 16:47:10 +03:00
test_data move tests 2021-12-18 14:55:20 +03:00
Cargo.toml Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00