Skip to content

Commit 42046fc

Browse files
committed
Replace type Point and SourceByteRange with BytePoint and ByteRange
1 parent 2c32d24 commit 42046fc

File tree

12 files changed

+797
-536
lines changed

12 files changed

+797
-536
lines changed

Cargo.lock

Lines changed: 57 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ env_logger = "0.5"
2828
clap = "2.19"
2929
lazy_static = "1.0"
3030
humantime = "1.1"
31+
derive_more = "0.11.0"
32+
rls-span = "0.4.0"
3133

3234
[dev-dependencies]
3335
racer-testutils = { path = "testutils" }

0 commit comments

Comments
 (0)