rust/crates/ra_parser
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
..
src Rework value parameter parsing 2020-02-06 19:45:51 +00:00
Cargo.toml Disable doctests 2019-11-17 18:35:05 +03:00