Skip to content

Commit ef95a03

Browse files
authored
chore: fix a clippy warning (#871)
1 parent 2ec761d commit ef95a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/host/wasapi/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ impl Device {
452452
channels: format.channels,
453453
min_sample_rate: sample_rate,
454454
max_sample_rate: sample_rate,
455-
buffer_size: format.buffer_size.clone(),
455+
buffer_size: format.buffer_size,
456456
sample_format,
457457
})
458458
}

0 commit comments

Comments
 (0)