Added sound driver based on virtio v1.2. #534
Annotations
1 error and 12 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
GitHub Actions are not allowed to create Check annotations, when executed for a forked repos. See https://github.com/actions-rs/clippy-check/issues/2 for details.
|
src/device/gpu.rs#L258
this function has too many arguments (8/7)
|
src/device/sound.rs#L55
you seem to be trying to use `Box<Vec<..>>`. Consider using just `Vec<..>`
|
src/device/sound.rs#L61
you seem to be trying to use `Box<Vec<..>>`. Consider using just `Vec<..>`
|
src/device/sound.rs#L371
this function has too many arguments (8/7)
|
src/device/sound.rs#L515
redundant slicing of the whole range
|
src/device/sound.rs#L528
redundant slicing of the whole range
|
src/device/sound.rs#L903
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
src/device/sound.rs#L974
an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true
|
This job succeeded
Loading