Skip to content

Commit

Permalink
Update incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 4, 2024
1 parent feeeb5c commit 178886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fn workspace_members(build: &Build) -> Vec<Package> {
packages
};

// Collects `metadata.packages` from all workspaces.
// Collects `metadata.packages` from the root and library workspaces.
let mut packages = vec![];
packages.extend(collect_metadata("Cargo.toml"));
packages.extend(collect_metadata("library/Cargo.toml"));
Expand Down

0 comments on commit 178886e

Please sign in to comment.