C headers: utility to generate c code from solc output #85
Triggered via pull request
September 17, 2023 18:58
Status
Success
Total duration
2m 39s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
check.yml
on: pull_request
stable / fmt
11s
Matrix: clippy
Annotations
7 warnings
stable / fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
function `c_gen` is never used:
src/c/header.rs#L9
warning: function `c_gen` is never used
--> src/c/header.rs:9:8
|
9 | pub fn c_gen(in_path: String, out_path: String) -> eyre::Result<()> {
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
use of `or_insert` to construct default value:
src/c/header.rs#L49
warning: use of `or_insert` to construct default value
--> src/c/header.rs:49:26
|
49 | .or_insert(Vec::default())
| ^^^^^^^^^^^^^^^^^^^^^^^^^ 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` to construct default value:
src/c/gen.rs#L57
warning: use of `or_insert` to construct default value
--> src/c/gen.rs:57:26
|
57 | .or_insert(Vec::default())
| ^^^^^^^^^^^^^^^^^^^^^^^^^ 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
|
function `c_gen` is never used:
src/c/header.rs#L9
warning: function `c_gen` is never used
--> src/c/header.rs:9:8
|
9 | pub fn c_gen(in_path: String, out_path: String) -> eyre::Result<()> {
| ^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
stable / clippy
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/
|
beta / clippy
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/
|