Skip to content

Commit cab21f1

Browse files
committedJul 29, 2018
Update RLS and rustfmt.
1 parent 9c5c8d6 commit cab21f1

File tree

4 files changed

+215
-188
lines changed

4 files changed

+215
-188
lines changed
 

‎src/Cargo.lock

Lines changed: 210 additions & 171 deletions
Large diffs are not rendered by default.

‎src/Cargo.toml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,9 @@ members = [
2323
"tools/rustfmt",
2424
"tools/miri",
2525
"tools/rustdoc-themes",
26-
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
27-
"tools/rls/test_data/bin_lib",
28-
"tools/rls/test_data/borrow_error",
29-
"tools/rls/test_data/common",
30-
"tools/rls/test_data/deglob",
31-
"tools/rls/test_data/features",
32-
"tools/rls/test_data/find_all_refs_no_cfg_test",
33-
"tools/rls/test_data/find_impls",
34-
"tools/rls/test_data/infer_bin",
35-
"tools/rls/test_data/infer_custom_bin",
36-
"tools/rls/test_data/infer_lib",
37-
"tools/rls/test_data/multiple_bins",
38-
"tools/rls/test_data/reformat",
39-
"tools/rls/test_data/reformat_with_range",
40-
"tools/rls/test_data/workspace_symbol",
26+
]
27+
exclude = [
28+
"tools/rls/test_data",
4129
]
4230

4331
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3

‎src/tools/rls

Submodule rls updated from 2b57851 to 4c7cc91

‎src/tools/rustfmt

0 commit comments

Comments
 (0)
Please sign in to comment.