Skip to content

Commit

Permalink
Remove unnecessary pub mod
Browse files Browse the repository at this point in the history
rust-lang/rust#18241 is fixed now, so this mod doesn't need to be pub.
  • Loading branch information
mattico committed May 12, 2017
1 parent a1c6be1 commit fc563b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/rustup-dist/src/component/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ pub use self::package::*;
// Transactional file system tools
mod transaction;
// The representation of a package, its components, and installation
//
// FIXME: Because of rust-lang/rust#18241 this must be pub to pub reexport
// the inner Package trait.
pub mod package;
mod package;
// The representation of *installed* components, and uninstallation
mod components;

0 comments on commit fc563b5

Please sign in to comment.