Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 398aaff

Browse files
committedAug 26, 2017
Auto merge of #44028 - nrc:rls-update, r=alexcrichton
Update RLS and Cargo r? @alexcrichton
2 parents 83fcd4d + 7cb3f45 commit 398aaff

File tree

4 files changed

+142
-97
lines changed

4 files changed

+142
-97
lines changed
 

‎src/Cargo.lock

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

‎src/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ members = [
3232
"tools/rls/test_data/multiple_bins",
3333
"tools/rls/test_data/bin_lib",
3434
"tools/rls/test_data/reformat_with_range",
35+
"tools/rls/test_data/find_impls",
36+
"tools/rls/test_data/infer_bin",
37+
"tools/rls/test_data/infer_custom_bin",
38+
"tools/rls/test_data/infer_lib",
39+
"tools/rls/test_data/omit_init_build",
3540
]
3641

3742
# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit

‎src/tools/rls

Submodule rls updated from 5d4bbd9 to 25ffb3a

0 commit comments

Comments
 (0)
Please sign in to comment.