We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e114ef commit 6c7ca34Copy full SHA for 6c7ca34
src/cargo/core/workspace.rs
@@ -1287,7 +1287,7 @@ impl<'gctx> Workspace<'gctx> {
1287
self.target_dir = Some(target_dir);
1288
}
1289
1290
- /// Returns a Vec of `(&Package, RequestedFeatures)` tuples that
+ /// Returns a Vec of `(&Package, CliFeatures)` tuples that
1291
/// represent the workspace members that were requested on the command-line.
1292
///
1293
/// `specs` may be empty, which indicates it should return all workspace
0 commit comments