Skip to content

Commit 15b826d

Browse files
committed
clippy
1 parent 582704a commit 15b826d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/param.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ impl AudioNode for AudioParam {
317317

318318
impl AudioParam {
319319
/// Current value of the automation rate of the AudioParam
320+
#[allow(clippy::missing_panics_doc)]
320321
pub fn automation_rate(&self) -> AutomationRate {
321322
*self.raw_parts.automation_rate.lock().unwrap()
322323
}

0 commit comments

Comments
 (0)