diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-30 21:04:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-30 21:04:58 +0000 |
commit | 37eaa840bb3f530fbe16ae7dd6bcdf4625d04f97 (patch) | |
tree | 2d582d7eb93616f6f8dcaa36bb7c182567ef41d4 /crates/ra_syntax/src/ast/traits.rs | |
parent | f70d3e41cf6c93c54eb904af00599f4ba6557390 (diff) | |
parent | 4ad37df22339ff91779782d37ab315ef0ce274eb (diff) | |
parent | 9bbb27604d12b97506da6ee3fed95c66d696a6ac (diff) |
Merge #2134 #2137
2134: More match ast r=matklad a=kjeremy
Use `match_ast!` in more places
2137: Add link to the vscode VIM extension compatibility warning. r=matklad a=krk
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/1831
Co-authored-by: kjeremy <[email protected]>
Co-authored-by: krk <[email protected]>