Skip to content

Commit 39b48d5

Browse files
committed
Auto merge of #8403 - matklad:abs-out-dir, r=Eh2406
Document that OUT_DIR in JSON messages is an absolute path
2 parents c26576f + 39c1081 commit 39b48d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/external-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ may be found in [the chapter on build scripts](build-scripts.md).
214214
["SOME_KEY", "some value"],
215215
["ANOTHER_KEY", "another value"]
216216
],
217-
/* A path which is used as a value of `OUT_DIR` environmental variable
218-
when compiling current package.
217+
/* An absolute path which is used as a value of `OUT_DIR` environmental
218+
variable when compiling current package.
219219
*/
220220
"out_dir": "/some/path/in/target/dir"
221221
}

0 commit comments

Comments
 (0)