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 cf88141 commit e21f0d0Copy full SHA for e21f0d0
src/cargo/core/workspace.rs
@@ -577,7 +577,7 @@ impl<'gctx> Workspace<'gctx> {
577
}
578
579
/// Returns an iterator over default packages in this workspace
580
- pub fn default_members<'a>(&'a self) -> impl Iterator<Item = &Package> {
+ pub fn default_members<'a>(&'a self) -> impl Iterator<Item = &'a Package> {
581
let packages = &self.packages;
582
self.default_members
583
.iter()
0 commit comments