We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c6be1 commit fc563b5Copy full SHA for fc563b5
src/rustup-dist/src/component/mod.rs
@@ -9,10 +9,7 @@ pub use self::package::*;
9
// Transactional file system tools
10
mod transaction;
11
// 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;
+mod package;
16
// The representation of *installed* components, and uninstallation
17
mod components;
18
0 commit comments