Skip to content

Bump msrv for bindgen's dependencies #6

Bump msrv for bindgen's dependencies

Bump msrv for bindgen's dependencies #6

Triggered via push January 19, 2024 22:40
Status Success
Total duration 3m 13s
Artifacts

check.yml

on: push
stable / fmt
6s
stable / fmt
nightly / doc
1m 23s
nightly / doc
ubuntu / stable / features
1m 43s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L489
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:489:5 | 489 | / pub fn poll<'c>( 490 | | &self, 491 | | completions: &'c mut [ffi::ibv_wc], 492 | | ) -> Result<&'c mut [ffi::ibv_wc], ()> { | |__________________________________________^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L441
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:441:5 | 441 | pub fn alloc_pd(&self) -> Result<ProtectionDomain<'_>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L489
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:489:5 | 489 | / pub fn poll<'c>( 490 | | &self, 491 | | completions: &'c mut [ffi::ibv_wc], 492 | | ) -> Result<&'c mut [ffi::ibv_wc], ()> { | |__________________________________________^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: ibverbs/src/lib.rs#L441
warning: this returns a `Result<_, ()>` --> ibverbs/src/lib.rs:441:5 | 441 | pub fn alloc_pd(&self) -> Result<ProtectionDomain<'_>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/