From 106817d1dcdc2945bc1412725ee9bceb28d1268b Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:47:53 +0400 Subject: [PATCH] Fix docs for `cargo publish --dry-run` vs `cargo package` --- src/doc/src/reference/publishing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/src/reference/publishing.md b/src/doc/src/reference/publishing.md index f5ee95d0c7f..a35dd606608 100644 --- a/src/doc/src/reference/publishing.md +++ b/src/doc/src/reference/publishing.md @@ -74,8 +74,8 @@ steps: before adding it. It is recommended that you first run `cargo publish --dry-run` (or [`cargo -package`] which is equivalent) to ensure there aren't any warnings or errors -before publishing. This will perform the first three steps listed above. +package`]) to ensure there aren't any warnings or errors before publishing. +This will perform the first three steps listed above. ```console $ cargo publish --dry-run