Commit 7dcd871
committed
feat(cargo-codspeed): use cargo from cli
Local rustflags have be moved to cargo config.
Before this, 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 7dcd871
File tree
16 files changed
+514
-3089
lines changed- .cargo
- .vscode
- crates
- cargo-codspeed
- src
- tests
- criterion_compat/benches/criterion_integration
16 files changed
+514
-3089
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