From 3fd2b8881f154b84f1469b2fe4747b77d2022cc5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Jun 2020 20:19:11 +0100 Subject: [PATCH] README.md: Reword Limitations paragraph slightly Signed-off-by: Ian Jackson --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.30.2