Update rust-analyzer config for changed path

This commit is contained in:
bjorn3 2020-10-05 11:14:10 +02:00
parent 832b3117cc
commit cb2dd4b5e0

View File

@ -33,10 +33,10 @@
]
},
{
"roots": ["./analyze_profile.rs"],
"roots": ["./scripts/analyze_profile.rs"],
"crates": [
{
"root_module": "./analyze_profile.rs",
"root_module": "./scripts/analyze_profile.rs",
"edition": "2018",
"deps": [{ "crate": 1, "name": "std" }],
"cfg": [],