]> git.lizzy.rs Git - rust.git/commitdiff
Merge #1200
authorbors[bot] <bors[bot]@users.noreply.github.com>
Tue, 23 Apr 2019 21:25:37 +0000 (21:25 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Tue, 23 Apr 2019 21:25:37 +0000 (21:25 +0000)
1200: Allows searching for case-equivalent symbols (fixes #1151) r=matklad a=jrvidal

I couldn't find a nice, functional way of calculating the ranges in one pass so I resorted to a plain old `for` loop.

Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>

Trivial merge