Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Sep 11, 2023
1 parent 5dbdec7 commit 9e828c3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ fn opt_level() {
assert_eq!(1, m.patch.unwrap().len());
assert_eq!(
"unpacked",
profiles
.bench
.unwrap()
.split_debuginfo
.unwrap()
.as_str()
profiles.bench.unwrap().split_debuginfo.unwrap().as_str()
);
}

Expand Down

0 comments on commit 9e828c3

Please sign in to comment.