Skip to content

Commit

Permalink
fix: don't emit conv:: twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Jul 14, 2024
1 parent 88632cc commit 8c28daf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/harness/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ impl std::fmt::Display for TestKeyPattern {
output.push_str(separator);
output.push_str(&format!("conv_{convention}"));
}
if let Some(convention) = convention {
output.push_str(separator);
output.push_str(&format!("conv_{convention}"));
}
if let Some(repr) = repr {
output.push_str(separator);
output.push_str(&format!("repr_{repr}"));
Expand Down

0 comments on commit 8c28daf

Please sign in to comment.