Skip to content

Commit

Permalink
add allow missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 23, 2024
1 parent de1f85b commit f3de673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/audio_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl AudioSource {
})
}

/// Fill body
#[allow(missing_docs)]
pub fn fill_body(self, request_builder: RequestBuilder) -> RequestBuilder {
match self.0 {
InternalAudioSource::Url(url) => {
Expand Down

0 comments on commit f3de673

Please sign in to comment.