Fix clippy lints
This commit is contained in:
parent
5230735222
commit
937bc78f45
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ impl std::fmt::Display for WhisperError {
|
||||||
"Generic whisper error. Varies depending on the function. Error code: {}",
|
"Generic whisper error. Varies depending on the function. Error code: {}",
|
||||||
c_int
|
c_int
|
||||||
),
|
),
|
||||||
|
NoSamples => write!(f, "Input sample buffer was empty."),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue