Skip to content

Commit

Permalink
allow DebuginfoLevel to be compared
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Jul 31, 2023
1 parent 62d0845 commit 67263d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum DryRun {
UserSelected,
}

#[derive(Copy, Clone, Default)]
#[derive(Copy, Clone, Default, PartialEq, Eq)]
pub enum DebuginfoLevel {
#[default]
None,
Expand Down

0 comments on commit 67263d0

Please sign in to comment.