We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8ea1c commit 8ebfc91Copy full SHA for 8ebfc91
.vscode/settings.json
@@ -33,16 +33,16 @@
33
]
34
},
35
{
36
- "roots": ["./scripts/analyze_profile.rs"],
+ "roots": ["./scripts/filter_profile.rs"],
37
"crates": [
38
39
- "root_module": "./scripts/analyze_profile.rs",
+ "root_module": "./scripts/filter_profile.rs",
40
"edition": "2018",
41
"deps": [{ "crate": 1, "name": "std" }],
42
"cfg": [],
43
44
45
- "root_module": "./build_sysroot/sysroot_src/src/libstd/lib.rs",
+ "root_module": "./build_sysroot/sysroot_src/library/std/src/lib.rs",
46
47
"deps": [],
48
0 commit comments