Skip to content

Commit 1b50f68

Browse files
committed
Update RLS and Rustfmt
1 parent 77ab3a1 commit 1b50f68

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@ members = [
2121
"tools/rls",
2222
"tools/rustfmt",
2323
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
24+
"tools/rls/test_data/bin_lib",
2425
"tools/rls/test_data/borrow_error",
2526
"tools/rls/test_data/common",
27+
"tools/rls/test_data/deglob",
2628
"tools/rls/test_data/features",
2729
"tools/rls/test_data/find_all_refs_no_cfg_test",
28-
"tools/rls/test_data/reformat",
29-
"tools/rls/test_data/multiple_bins",
30-
"tools/rls/test_data/bin_lib",
31-
"tools/rls/test_data/reformat_with_range",
3230
"tools/rls/test_data/find_impls",
3331
"tools/rls/test_data/infer_bin",
3432
"tools/rls/test_data/infer_custom_bin",
3533
"tools/rls/test_data/infer_lib",
34+
"tools/rls/test_data/multiple_bins",
35+
"tools/rls/test_data/reformat",
36+
"tools/rls/test_data/reformat_with_range",
3637
"tools/rls/test_data/workspace_symbol",
3738
]
3839

src/tools/rls

Submodule rls updated from 015073b to 194f828

src/tools/rustfmt

0 commit comments

Comments
 (0)