Skip to content

Commit 336e714

Browse files
committed
Fix clippy warning
1 parent 2466e0b commit 336e714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playback/src/audio_backend/pipe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl Open for StdoutSink {
1616
info!("Using pipe sink with format: {:?}", format);
1717
Self {
1818
output: None,
19-
path: path,
19+
path,
2020
format,
2121
}
2222
}

0 commit comments

Comments
 (0)