Add rls-span to do some conversions into rls-data.

And fix some warnings and borrow errors
This commit is contained in:
Nick Cameron 2017-03-15 09:14:15 +13:00
parent 83f84ff1bc
commit bf07f1c6bb
6 changed files with 15 additions and 13 deletions

1
src/Cargo.lock generated
View file

@ -718,6 +718,7 @@ version = "0.0.0"
dependencies = [
"log 0.0.0",
"rls-data 0.1.0 (git+https://github.com/nrc/rls-data)",
"rls-span 0.1.0 (git+https://github.com/nrc/rls-span)",
"rustc 0.0.0",
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
"syntax 0.0.0",