Fix doc indents
This commit is contained in:
parent
d3fe24a512
commit
f75aff9659
1 changed files with 4 additions and 4 deletions
|
|
@ -799,8 +799,8 @@ impl<'a, 'b> FullParams<'a, 'b> {
|
|||
// following implementations are safe
|
||||
// see https://github.com/ggerganov/whisper.cpp/issues/32#issuecomment-1272790388
|
||||
// concurrent usage is prevented by &mut self on methods that modify the struct
|
||||
unsafe impl<'a, 'b> Send for FullParams<'a, 'b> {}
|
||||
unsafe impl<'a, 'b> Sync for FullParams<'a, 'b> {}
|
||||
unsafe impl Send for FullParams<'_, '_> {}
|
||||
unsafe impl Sync for FullParams<'_, '_> {}
|
||||
|
||||
#[cfg(test)]
|
||||
mod test_whisper_params_initial_prompt {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue