This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
small mistakes #3
Annotations
1 error and 2 warnings
coverage2
Process completed with exit code 1.
|
redundant closure:
src/database/models/loader_fields.rs#L396
warning: redundant closure
--> src/database/models/loader_fields.rs:396:25
|
396 | .filter_map(|x| get_enum_id(x))
| ^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `get_enum_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
coverage2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|