diff options
| author | Tom Tromey <tom@tromey.com> | 2017-06-03 07:10:01 -0600 |
|---|---|---|
| committer | Tom Tromey <tom@tromey.com> | 2017-08-14 00:36:45 -0600 |
| commit | 38f7d891e62ce8bb8ff60a8126fb4ce06af5b6b5 (patch) | |
| tree | 3d70674852b81ecf156ce0e081335ef06c4d59dc /README.md | |
| parent | e48a650c44c06c1dd4e4ed0672c50c5446124203 (diff) | |
| download | rust-mode-38f7d891e62ce8bb8ff60a8126fb4ce06af5b6b5.tar.gz | |
Fix recognition of "<" as operator in some context
rust-mode identifies the "<<" as open angle brackets in
let x = a[i][(1 << i)];
This patch fixes the problem by changing rust-is-in-expression-context
to treat "]" as starting an expression in brace context.
Fixes #212
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
