From 49e1263d93e98d93288a3aa1470e19deed8044bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 19 Jun 2020 12:13:35 +0100 Subject: [PATCH] README.md: Fix discussion of Cargo.lock leafname filesystem Reported-by: Mark Wooding Signed-off-by: Ian Jackson --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7e2e13..571cc39 100644 --- a/README.md +++ b/README.md @@ -313,9 +313,9 @@ Limitations and bugs think fixing this just involves review to check other values work properly. - * The alternative `Cargo.lock` file must be on same filesystem. This is - not so easy to fix; we would want the existing algorithm but a - fallback for this case. + * The alternative `Cargo.lock` file must be on the same filesystem + as the source tree. This is not so easy to fix; we would want the + existing algorithm but a fallback for the different-filsystem case. * `Cargo.nail` is unconditionally looked for in the parent directory. Ideally this should be configurable, and also perhaps be able to -- 2.30.2