Commit 99a8277
committed
fix(workspace): specify RUSTFLAGS through cargo
Wihtout it, the .vscode/settings.json was setting a `RUSTFLAGS` value
that was not shared by the cargo cli version, causing unneccessary
rebuilds between `cargo build` and an editor save.1 parent 280d7a0 commit 99a8277
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
0 commit comments