First attempt at basic axum-style state management #401
Annotations
10 errors and 6 warnings
odilia/src/main.rs#L10
`#![feature]` may not be used on the stable release channel
|
odilia/src/tower/service_set.rs#L1
unused import: `futures::future::err`
|
odilia/src/tower/service_set.rs#L2
unused import: `odilia_common::command::CommandTypeDynamic`
|
odilia/src/tower/service_set.rs#L3
unused imports: `OdiliaCommandDiscriminants`, `OdiliaCommand`
|
odilia/src/tower/service_set.rs#L4
unused import: `odilia_common::errors::OdiliaError`
|
odilia/src/tower/service_set.rs#L5
unused import: `std::collections::BTreeMap`
|
odilia/src/tower/service_set.rs#L8
unused import: `tower::service_fn`
|
odilia/src/tower/service_set.rs#L9
unused import: `tower::util::BoxCloneService`
|
odilia/src/tower/service_set.rs#L46
variable does not need to be mutable
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@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 `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading