We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ab3a1 commit 1b50f68Copy full SHA for 1b50f68
src/Cargo.toml
@@ -21,18 +21,19 @@ members = [
21
"tools/rls",
22
"tools/rustfmt",
23
# FIXME(https://github.com/rust-lang/cargo/issues/4089): move these to exclude
24
+ "tools/rls/test_data/bin_lib",
25
"tools/rls/test_data/borrow_error",
26
"tools/rls/test_data/common",
27
+ "tools/rls/test_data/deglob",
28
"tools/rls/test_data/features",
29
"tools/rls/test_data/find_all_refs_no_cfg_test",
- "tools/rls/test_data/reformat",
- "tools/rls/test_data/multiple_bins",
30
- "tools/rls/test_data/bin_lib",
31
- "tools/rls/test_data/reformat_with_range",
32
"tools/rls/test_data/find_impls",
33
"tools/rls/test_data/infer_bin",
34
"tools/rls/test_data/infer_custom_bin",
35
"tools/rls/test_data/infer_lib",
+ "tools/rls/test_data/multiple_bins",
+ "tools/rls/test_data/reformat",
36
+ "tools/rls/test_data/reformat_with_range",
37
"tools/rls/test_data/workspace_symbol",
38
]
39
src/tools/rls
src/tools/rustfmt
0 commit comments