Fixes for recent compiler warning and failing tests. #109
Annotations
24 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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/checkout@v2, 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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/cargo@v1:
macros/src/parse.rs#L9
fields `key` and `value` are never read
|
Run actions-rs/cargo@v1
`rweb-macros` (lib) generated 1 warning
|
Run actions-rs/cargo@v1:
src/lib.rs#L381
unused import: `self::routes::*`
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L186
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run actions-rs/cargo@v1:
src/openapi/mod.rs#L329
variable does not need to be mutable
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L766
field `0` is never read
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L767
field `0` is never read
|
Run actions-rs/cargo@v1
`rweb` (lib) generated 5 warnings (run `cargo fix --lib -p rweb` to apply 2 suggestions)
|
Run actions-rs/cargo@v1:
macros/src/parse.rs#L9
fields `key` and `value` are never read
|
Run actions-rs/cargo@v1
`rweb-macros` (lib) generated 1 warning
|
Run actions-rs/cargo@v1:
src/lib.rs#L381
unused import: `self::routes::*`
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L186
use of deprecated struct `chrono::Date`: Use `NaiveDate` or `DateTime<Tz>` instead
|
Run actions-rs/cargo@v1:
src/openapi/mod.rs#L329
variable does not need to be mutable
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L766
field `0` is never read
|
Run actions-rs/cargo@v1:
src/openapi/entity.rs#L767
field `0` is never read
|
Run actions-rs/cargo@v1
`rweb` (lib) generated 5 warnings (run `cargo fix --lib -p rweb` to apply 2 suggestions)
|
Run actions-rs/cargo@v1:
tests/openapi_enumset.rs#L16
use of deprecated constant `_::__enumset_derive__generated_warnings::_w`: #[enumset(serialize_as_list)] is deprecated. Use `#[enumset(serialize_repr = "list")]` instead.
|
Run actions-rs/cargo@v1
`rweb` (test "openapi_enumset") generated 1 warning
|
Loading