Skip to content

feat: Transcription Model support #721

feat: Transcription Model support

feat: Transcription Model support #721

Triggered via pull request February 25, 2025 02:55
Status Failure
Total duration 3m 56s
Artifacts

ci.yaml

on: pull_request
stable / fmt
16s
stable / fmt
stable / check rig-core wasm target
24s
stable / check rig-core wasm target
stable / clippy
38s
stable / clippy
stable / test
3m 49s
stable / test
stable / doc
41s
stable / doc
Fit to window
Zoom out
Zoom in

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