Skip to content

Commit

Permalink
clippy does not like spare branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dten committed Sep 9, 2023
1 parent 0733ff2 commit e25381e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/collapse-ghcprof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ impl Opt {
Source::Ticks
} else if self.bytes {
Source::Bytes
} else if self.time {
Source::PercentTime
} else {
Source::PercentTime
};
Expand Down

0 comments on commit e25381e

Please sign in to comment.