Skip to content

Commit e54c5b7

Browse files
committed
Silence clippy
1 parent fcbb67a commit e54c5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context/concrete_base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ impl BaseAudioContext for ConcreteBaseAudioContext {
147147

148148
impl ConcreteBaseAudioContext {
149149
/// Creates a `BaseAudioContext` instance
150+
#[allow(clippy::too_many_arguments)] // TODO refactor with builder pattern
150151
pub(super) fn new(
151152
sample_rate: f32,
152153
max_channel_count: usize,

0 commit comments

Comments
 (0)