Skip to content

Commit dc8a843

Browse files
Cerber-Ursiepage
andauthored
slightly reworded message to show the main parts first
Co-authored-by: Ed Page <[email protected]>
1 parent 07eb708 commit dc8a843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/workspace.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ impl<'gctx> Workspace<'gctx> {
724724
continue;
725725
}
726726
bail!(
727-
"package `{}` is listed in default-members\n\
728-
for workspace at {} but is not a member.",
727+
"package `{}` is listed in default-members but is not a member\n\
728+
for workspace at {}.",
729729
path.display(),
730730
root_manifest_path.display()
731731
)

0 commit comments

Comments
 (0)