From: Ian Jackson Date: Thu, 18 Jun 2020 19:19:11 +0000 (+0100) Subject: README.md: Reword Limitations paragraph slightly X-Git-Tag: nailing-cargo/1.0.0~166 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3fd2b8881f154b84f1469b2fe4747b77d2022cc5;p=nailing-cargo.git README.md: Reword Limitations paragraph slightly Signed-off-by: Ian Jackson --- diff --git a/README.md b/README.md index 9541ba4..a496409 100644 --- a/README.md +++ b/README.md @@ -293,12 +293,12 @@ All of these are absolute paths. Limitations and bugs ==================== - * nailing-cargo dirties your source trees, including particularly - `Cargo.toml` and `Cargo.lock`, temporarily. If nailing-cargo crashes - or is interrupted these changes may be left behind; running - nailing-cargo again should clean up such a mess. Unfortunately it is - not possible to fix this bug because the cargo team have deliberately - made cargo inflexible - + * nailing-cargo temporarily dirties your source trees, including + particularly `Cargo.toml` and `Cargo.lock`. If nailing-cargo + crashes or is interrupted these changes may be left behind; + running nailing-cargo again should clean up such a mess. + Unfortunately it is not possible to fix this bug because the cargo + team have deliberately made cargo inflexible - [issue#6715](https://github.com/rust-lang/cargo/issues/6715). * Out of tree builds require a unified filesystem view: eg, different