Skip to content

[#72] Fix backside

[#72] Fix backside #22

Triggered via push September 20, 2023 18:08
Status Success
Total duration 2m 48s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Check
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/
Check
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/
Check
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/
Check
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/
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L73
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:73:30 | 73 | Neckline::V => add_v(&aabb, torso, builder, 0.2), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L72
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:72:38 | 72 | Neckline::Scoop => add_round(&aabb, torso, builder, 0.5, 0.2), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L71
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:71:40 | 71 | Neckline::None => add_straight(&aabb, torso, builder), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L70
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:70:34 | 70 | Neckline::DeepV => add_v(&aabb, torso, builder, 0.4), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L69
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:69:37 | 69 | Neckline::Crew => add_round(&aabb, torso, builder, 0.3, 0.1), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: rpg_tools_rendering/src/rendering/equipment/shirt.rs#L68
warning: this expression creates a reference which is immediately dereferenced by the compiler --> rpg_tools_rendering/src/rendering/equipment/shirt.rs:68:37 | 68 | Neckline::Boat => add_round(&aabb, torso, builder, 0.7, 0.05), | ^^^^^ help: change this to: `aabb` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, 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/
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/