feat: add credits to /about #399
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions/cache@v3, 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-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/
|
Install nightly
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/
|
Install nightly
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/
|
Install nightly
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/
|
Install nightly
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 cargo clippy:
crates/skin-renderer/src/model.rs#L75
fields `name` and `material` are never read
|
Run cargo clippy:
crates/skin-renderer/src/skin/mod.rs#L38
field `kind` is never read
|
Run cargo clippy:
crates/skin-renderer/src/texture.rs#L5
field `texture` is never read
|
Run cargo clippy
`skin_renderer` (lib) generated 3 warnings
|
Run cargo clippy:
crates/derive/src/game/mode.rs#L12
field `calc` is never read
|
Run cargo clippy:
crates/derive/src/game/structs.rs#L40
if let can be simplified with `.unwrap_or_default()`
|
Run cargo clippy:
crates/derive/src/game/structs.rs#L74
if let can be simplified with `.unwrap_or_default()`
|
Run cargo clippy:
crates/derive/src/game/structs.rs#L90
if let can be simplified with `.unwrap_or_default()`
|
Run cargo clippy:
crates/derive/src/game/structs.rs#L114
if let can be simplified with `.unwrap_or_default()`
|
Run cargo clippy
`derive` (lib) generated 5 warnings (run `cargo clippy --fix --lib -p derive` to apply 4 suggestions)
|
Loading