mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Add missing comma.
This commit is contained in:
parent
f0f73f04d1
commit
a87aceba0d
@ -209,7 +209,7 @@ may be found in [the chapter on build scripts](build-scripts.md).
|
|||||||
"env": [
|
"env": [
|
||||||
["SOME_KEY", "some value"],
|
["SOME_KEY", "some value"],
|
||||||
["ANOTHER_KEY", "another value"]
|
["ANOTHER_KEY", "another value"]
|
||||||
]
|
],
|
||||||
/* A path which is used as a value of `OUT_DIR` environmental variable
|
/* A path which is used as a value of `OUT_DIR` environmental variable
|
||||||
when compiling current package.
|
when compiling current package.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user