Skip to content

Commit

Permalink
Fixups of backports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 20, 2017
1 parent 7b44392 commit e7eda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct Crate {
///
/// These entries currently correspond to the various output directories of the
/// build system, with each mod generating output in a different directory.
#[derive(Clone, Copy)]
#[derive(Clone, Copy, PartialEq)]
pub enum Mode {
/// This cargo is going to build the standard library, placing output in the
/// "stageN-std" directory.
Expand Down

0 comments on commit e7eda62

Please sign in to comment.