Skip to content

Commit 7c17862

Browse files
committed
docs(toml): Document prepare_for_publish
1 parent fb41fc3 commit 7c17862

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,7 @@ fn unused_dep_keys(
25512551
}
25522552
}
25532553

2554+
/// Make the [`Package`] self-contained so its ready for packaging
25542555
pub fn prepare_for_publish(
25552556
me: &Package,
25562557
ws: &Workspace<'_>,

0 commit comments

Comments
 (0)