Skip to content

Set next_incoming_id for Flow frame (#57) #431

Set next_incoming_id for Flow frame (#57)

Set next_incoming_id for Flow frame (#57) #431

Triggered via push December 2, 2024 09:23
Status Success
Total duration 1m 33s
Artifacts

osx.yml

on: push
Matrix: build_and_test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
the following explicit lifetimes could be elided: 'f: src/dispatcher.rs#L405
warning: the following explicit lifetimes could be elided: 'f --> src/dispatcher.rs:405:6 | 405 | impl<'f, F, E> Future for ServiceResult<'f, F, E> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 405 - impl<'f, F, E> Future for ServiceResult<'f, F, E> 405 + impl<F, E> Future for ServiceResult<'_, F, E> |
stable - aarch64-apple-darwin
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
stable - aarch64-apple-darwin
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
the following explicit lifetimes could be elided: 'f: src/dispatcher.rs#L405
warning: the following explicit lifetimes could be elided: 'f --> src/dispatcher.rs:405:6 | 405 | impl<'f, F, E> Future for ServiceResult<'f, F, E> | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 405 - impl<'f, F, E> Future for ServiceResult<'f, F, E> 405 + impl<F, E> Future for ServiceResult<'_, F, E> |
nightly - aarch64-apple-darwin
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
nightly - aarch64-apple-darwin
Unexpected input(s) 'profile', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']