Skip to content

Commit e1a7791

Browse files
committed
Update rust-analyzer.linkedProjects
1 parent 69297f9 commit e1a7791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"rust-analyzer.cargo.features": ["unstable-features"],
88
"rust-analyzer.linkedProjects": [
99
"./Cargo.toml",
10-
//"./build_sysroot/sysroot_src/src/libstd/Cargo.toml",
10+
//"./build_sysroot/sysroot_src/library/std/Cargo.toml",
1111
{
1212
"roots": [
1313
"./example/mini_core.rs",
@@ -36,10 +36,10 @@
3636
]
3737
},
3838
{
39-
"roots": ["./scripts/filter_profile.rs"],
39+
"roots": ["./example/std_example.rs"],
4040
"crates": [
4141
{
42-
"root_module": "./scripts/filter_profile.rs",
42+
"root_module": "./example/std_example.rs",
4343
"edition": "2018",
4444
"deps": [{ "crate": 1, "name": "std" }],
4545
"cfg": [],

0 commit comments

Comments
 (0)