Skip to content

Commit aaf696f

Browse files
committed
refactor(dist/manifestation): remove redundant .to_string()
1 parent 4d5351d commit aaf696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dist/manifestation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ impl Manifestation {
455455
if url.is_none() {
456456
return Err(anyhow!(
457457
"binary package was not provided for '{}'",
458-
self.target_triple.to_string()
458+
self.target_triple,
459459
));
460460
}
461461
// Only replace once. The cost is inexpensive.

0 commit comments

Comments
 (0)