]> git.lizzy.rs Git - rust.git/commit
codemap: Add utilities for looking up line ranges of spans
authorKamal Marhubi <kamal@marhubi.com>
Thu, 26 May 2016 11:49:19 +0000 (13:49 +0200)
committerKamal Marhubi <kamal@marhubi.com>
Mon, 30 May 2016 22:49:31 +0000 (00:49 +0200)
commited27b4799a34607627ea9b2e3c73a693820e4bbf
tree14f7381b36265a46ad59d19efc8a309d704fcd28
parentbd10af127ee4acbc6cd9e3221f78620d4f1e83be
codemap: Add utilities for looking up line ranges of spans

This commit adds extension methods to `Codemap` to allow looking up line
ranges for spans.

Refs #434
src/codemap.rs