Skip to content

Commit fc563b5

Browse files
committed
Remove unnecessary pub mod
rust-lang/rust#18241 is fixed now, so this mod doesn't need to be pub.
1 parent a1c6be1 commit fc563b5

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)