Skip to content

Commit 1b703a2

Browse files
committed
Revert "fix(build): remove duplicate rustflags"
This reverts commit 6cbf338. The RUSTFLAGS in the .cargo/config.toml is used by language analyzers to get the rust flags, so leave them here despite the redundancy. Signed-off-by: Manish Vachharajani <[email protected]>
1 parent 5b1c548 commit 1b703a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PKG_CONFIG_PATH = { value = "compile-env/sysroot/x86_64-unknown-linux-gnu/releas
77
[build]
88
target = "x86_64-unknown-linux-gnu"
99
rustc = "compile-env/bin/rustc"
10+
rustflags = ["--cfg", "tokio_unstable"]
1011

1112
[target.x86_64-unknown-linux-gnu]
1213
runner = ["scripts/test-runner.sh"]

0 commit comments

Comments
 (0)