From: Eric Huss Date: Sun, 8 Apr 2018 17:52:57 +0000 (-0700) Subject: Update out-dir option for #5322. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~1^2~86^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3fb97d64a6ce2b6e20ff24dfe8d263f9e3eaff9e;p=cargo.git Update out-dir option for #5322. --- diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index c5989df51..1a305ba1f 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -173,7 +173,7 @@ that the artifacts are copied, so the originals are still in the `target` directory. Example: ``` -cargo +nightly build --out-dir=out -Z out-dir +cargo +nightly build --out-dir=out -Z unstable-options ```