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 b08ec56 commit 71cfbf0Copy full SHA for 71cfbf0
.vscode/settings.json
@@ -17,6 +17,7 @@
17
"rust-analyzer.check.workspace": false,
18
"rust-analyzer.checkOnSave": true,
19
"rust-analyzer.check.allTargets": true,
20
+ "rust-analyzer.cargo.targetDir": "target/analyzer",
21
"rust-analyzer.cargo.extraEnv": {
22
"MACOSX_DEPLOYMENT_TARGET": "14.2"
23
}
Cargo.toml
@@ -1,3 +1,12 @@
1
+[profile.dev]
2
+incremental = true
3
+opt-level = 0
4
+debug = true
5
+
6
+[profile.dev.package."*"]
7
+opt-level = 1
8
+debug = false
9
10
[workspace]
11
resolver = "2"
12
members = [
0 commit comments