]> git.lizzy.rs Git - rust.git/commit
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)
commit6009af9b7c1270e612b3a21118283b9bc6925aac
treed904400b3930ec17a81f4e146feae40282504d62
parenta71d0ecd774008bbfe8cb2215ffa6dedd5024877
parentdd8c3840cbed2c204a71dd5baec3dd4a3194806e
Merge #1200

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>