rust-analyzer/crates/ra_syntax
Toby Dimmick 7e66785859 Rework value parameter parsing
- `Fn__(...)` parameters with idents/patterns no longer parse
- Trait function parameters with arbitrary patterns parse
- Trait function parameters without idents/patterns no longer parse
- `fn(...)` parameters no longer parse with patterns other than a single ident
2020-02-06 19:45:51 +00:00
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Refactor if-let -> match assist to use ast::make 2020-02-05 14:08:16 +01:00
test_data Rework value parameter parsing 2020-02-06 19:45:51 +00:00
Cargo.toml ⬆️ rowan 2020-01-09 16:33:02 +01:00