guix_mirror_bot pushed a commit to branch master
in repository guix.
commit af853974f31409b6248ed2c4a937eea087b3138a
Author: wrobell <[email protected]>
AuthorDate: Tue Jul 7 17:30:10 2026 +0100
doc: cookbook: Improve style in section about updating rust packages
* doc/guix-cookbook.texi (Common Workflow for Updating Existing Rust
Packages): Improve style by dropping double "now" and "following" words.
Change-Id: I7426920dcd1717ccb410059bd3634b2b3fd48cc1
Signed-off-by: Ludovic Courtès <[email protected]>
Merges: #9802
---
doc/guix-cookbook.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi
index 7d863d84bf..5e1f602a13 100644
--- a/doc/guix-cookbook.texi
+++ b/doc/guix-cookbook.texi
@@ -2082,8 +2082,8 @@ package source is a compressed archive, you would at this
point extract it to a
directory to proceed.
@end quotation
-Now, given that we have access to the @code{Cargo.toml} file, we can now run
-the following inside the checkout:
+Having access to the @code{Cargo.toml} file, we can audit the source code
+in the checkout directory with commands:
@example shell
$ guix shell rust rust:cargo -- cargo generate-lockfile