Skip to content

Commit cb48bee

Browse files
committed
silence clippy function argument limit in Writer
1 parent 336bd8a commit cb48bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rust/src/decoder/output.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub struct Writer<'a> {
2525

2626
impl<'a> Writer<'a> {
2727
/// Create a new writer context
28+
#[allow(clippy::too_many_arguments)]
2829
pub fn new(
2930
cea_708_counter: &'a mut u32,
3031
subs_delay: LLONG,

0 commit comments

Comments
 (0)