feat: Transcription Model support #721
ci.yaml
on: pull_request
stable / fmt
16s
stable / check rig-core wasm target
24s
stable / clippy
38s
stable / test
3m 49s
stable / doc
41s
Annotations
2 errors
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
rig-core/src/transcription.rs#L48
error: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> rig-core/src/transcription.rs:48:15
|
48 | data: &Vec<u8>,
| ^^^^^^^^ help: change this to: `&[u8]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `-D clippy::ptr-arg` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::ptr_arg)]`
|
stable / clippy
Clippy has exited with exit code 101
|