Add rls-span to do some conversions into rls-data.
And fix some warnings and borrow errors
This commit is contained in:
parent
83f84ff1bc
commit
bf07f1c6bb
6 changed files with 15 additions and 13 deletions
1
src/Cargo.lock
generated
1
src/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue