Skip to content

Release 0.7.1 with better access to endpoints #19

Release 0.7.1 with better access to endpoints

Release 0.7.1 with better access to endpoints #19

Triggered via push January 28, 2024 13:55
Status Success
Total duration 1m 49s
Artifacts

scheduled.yml

on: push
ubuntu / nightly
1m 28s
ubuntu / nightly
ubuntu / beta / updated
1m 40s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

4 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
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