0.11 update, remove scripting. #703
Annotations
8 errors and 2 warnings
Run actions-rs/cargo@v1:
src/ui/debug_tools.rs#L14
unused import: `crate::localization::LocalizationExt`
|
Run actions-rs/cargo@v1:
src/fighter_state.rs#L520
function `transition_from` is never used
|
Run actions-rs/cargo@v1:
src/movement.rs#L86
function `angular_velocity_system` is never used
|
Run actions-rs/cargo@v1:
src/ui/debug_tools.rs#L194
fields `enabled` and `stroke` are never read
|
Run actions-rs/cargo@v1:
src/ui/main_menu.rs#L708
field `gamepad_events` is never read
|
Run actions-rs/cargo@v1:
src/enemy_ai.rs#L123
writing `&Vec` instead of `&[_]` involves a new object where a slice will do
|
Run actions-rs/cargo@v1:
src/item.rs#L65
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
Run actions-rs/cargo@v1
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/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/
|
Loading