Update incorrect comment
This commit is contained in:
parent
feeeb5c48e
commit
178886e923
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user