Added LFO functions (#222) #220
release.yml
on: push
check-symbols
/
test
14s
check-headers
/
compile
5s
check-headers
/
format-check
3s
check-symbols
/
format-check
10s
check-resymgen
/
format-check
8s
check-resymgen
/
build-and-test
35s
check-resymgen
/
clippy-check
15s
check-headers
/
implicit-padding-check
3s
check-headers
/
compile-no-builtin
5s
check-headers
/
compile-unsized
5s
generate-and-deploy
23s
Annotations
8 warnings
check-symbols / format-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
use of `or_insert_with` to construct default value:
src/data_formats/symgen_yml/merge.rs#L503
warning: use of `or_insert_with` to construct default value
--> src/data_formats/symgen_yml/merge.rs:503:18
|
503 | .or_insert_with(HashMap::new)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
|
use of `or_insert_with` to construct default value:
src/data_formats/symgen_yml/merge.rs#L505
warning: use of `or_insert_with` to construct default value
--> src/data_formats/symgen_yml/merge.rs:505:18
|
505 | .or_insert_with(HashMap::new)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: `#[warn(clippy::unwrap_or_default)]` on by default
|
manual backwards iteration:
src/checks.rs#L59
warning: manual backwards iteration
--> src/checks.rs:59:46
|
59 | if let Some(c) = name.chars().rev().next() {
| ^^^^^^^^^^^^^ help: use: `.next_back()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_next_back
= note: `#[warn(clippy::manual_next_back)]` on by default
|
check-resymgen / clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-symbols / test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-resymgen / build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
generate-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|