Set next_incoming_id for Flow frame (#57) #431
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']
|