Skip to content

Commit 0ad45aa

Browse files
committed
Auto merge of #1116 - mattico:remove-pub-fixme, r=Diggsey
Remove unnecessary pub mod rust-lang/rust#18241 is fixed now, so this mod doesn't need to be pub. Possible downside: the minimum compiler version to build is now 1.9.0 or thereabouts.
2 parents e7ba330 + fc563b5 commit 0ad45aa

File tree

1 file changed

+1
-4
lines changed
  • src/rustup-dist/src/component

1 file changed

+1
-4
lines changed

src/rustup-dist/src/component/mod.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ pub use self::package::*;
99
// Transactional file system tools
1010
mod transaction;
1111
// The representation of a package, its components, and installation
12-
//
13-
// FIXME: Because of rust-lang/rust#18241 this must be pub to pub reexport
14-
// the inner Package trait.
15-
pub mod package;
12+
mod package;
1613
// The representation of *installed* components, and uninstallation
1714
mod components;
1815

0 commit comments

Comments
 (0)