Skip to content

Commit 90ebe9c

Browse files
committed
Auto merge of #4360 - sid0:members, r=matklad
workspace: export Members as part of the public interface This struct is returned by `Workspace::members`, but there's no way to refer to it since it's not exported.
2 parents 2f36e93 + 512e7fd commit 90ebe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub use self::resolver::Resolve;
99
pub use self::shell::{Shell, Verbosity};
1010
pub use self::source::{Source, SourceId, SourceMap, GitReference};
1111
pub use self::summary::Summary;
12-
pub use self::workspace::{Workspace, WorkspaceConfig};
12+
pub use self::workspace::{Members, Workspace, WorkspaceConfig};
1313

1414
pub mod source;
1515
pub mod package;

0 commit comments

Comments
 (0)