Skip to content

Commit a8b46d7

Browse files
committed
docs: fix outdated doc comment
1 parent dada94f commit a8b46d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/workspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ impl<'gctx> Workspace<'gctx> {
12871287
self.target_dir = Some(target_dir);
12881288
}
12891289

1290-
/// Returns a Vec of `(&Package, RequestedFeatures)` tuples that
1290+
/// Returns a Vec of `(&Package, CliFeatures)` tuples that
12911291
/// represent the workspace members that were requested on the command-line.
12921292
///
12931293
/// `specs` may be empty, which indicates it should return all workspace

0 commit comments

Comments
 (0)