Fixing dart tests (#84) #134
run-rust.yml
on: push
Lint the rust executor code on submission
2m 27s
Annotations
15 warnings
Lint the rust executor code on submission
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/
|
Lint the rust executor code on submission
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/
|
Lint the rust executor code on submission
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/
|
Lint the rust executor code on submission
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/
|
Lint the rust executor code on submission
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/
|
Lint the rust executor code on submission
unused variable: `e`
|
Lint the rust executor code on submission
unused variable: `unsupported_options`
|
Lint the rust executor code on submission
variable `is_scientific` is assigned to, but never used
|
Lint the rust executor code on submission
variable `rounding_mode` is assigned to, but never used
|
Lint the rust executor code on submission
value assigned to `is_scientific` is never read
|
Lint the rust executor code on submission
value assigned to `rounding_mode` is never read
|
Lint the rust executor code on submission
variable does not need to be mutable
|
Lint the rust executor code on submission
static is never used: `SUPPORTED_OPTIONS`
|
Lint the rust executor code on submission
single-character string constant used as pattern
|
Lint the rust executor code on submission
useless conversion to the same type: `icu_provider::DataLocale`
|