Skip to content

Commit

Permalink
docs(toml): Document prepare_for_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 31, 2024
1 parent fb41fc3 commit 7c17862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/util/toml/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2551,6 +2551,7 @@ fn unused_dep_keys(
}
}

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

0 comments on commit 7c17862

Please sign in to comment.