Skip to content

Commit ece6909

Browse files
committed
Correct Cross.toml syntax: missing comma
1 parent 7d2dabd commit ece6909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cross.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build.env]
22
passthrough = [
33
"RUSTFLAGS",
4-
"RUSTDOCFLAGS"
5-
"RUST_TEST_THREADS"
6-
"RUST_BACKTRACE"
4+
"RUSTDOCFLAGS",
5+
"RUST_TEST_THREADS",
6+
"RUST_BACKTRACE",
77
]
88

99
[target.loongarch64-unknown-linux-gnu]

0 commit comments

Comments
 (0)