Skip to content

Commit cb2dd4b

Browse files
committed
Update rust-analyzer config for changed path
1 parent 832b311 commit cb2dd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
]
3434
},
3535
{
36-
"roots": ["./analyze_profile.rs"],
36+
"roots": ["./scripts/analyze_profile.rs"],
3737
"crates": [
3838
{
39-
"root_module": "./analyze_profile.rs",
39+
"root_module": "./scripts/analyze_profile.rs",
4040
"edition": "2018",
4141
"deps": [{ "crate": 1, "name": "std" }],
4242
"cfg": [],

0 commit comments

Comments
 (0)