Skip to content

Commit 4b0260e

Browse files
committed
Remove unneeded to_string()
1 parent cd1e267 commit 4b0260e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdev/src/testing/integration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ impl Compose {
171171
fs::write(
172172
temp_file.path(),
173173
serde_yaml::to_string(&config)
174-
.with_context(|| "Failed to serialize modified compose.yml".to_string())?,
174+
.with_context(|| "Failed to serialize modified compose.yaml")?,
175175
)?;
176176

177177
Ok(Some(Self {

0 commit comments

Comments
 (0)