WIP Implement debug drawing primitives #325
Annotations
3 errors and 2 warnings
fields `r`, `g`, `b`, and `a` are never read:
hook/src/hooks.rs#L398
error: fields `r`, `g`, `b`, and `a` are never read
--> hook/src/hooks.rs:398:5
|
397 | struct FLinearColor {
| ------------ fields in this struct
398 | r: f32,
| ^
399 | g: f32,
| ^
400 | b: f32,
| ^
401 | a: f32,
| ^
|
= note: `FLinearColor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
|
fields `x`, `y`, and `z` are never read:
hook/src/hooks.rs#L392
error: fields `x`, `y`, and `z` are never read
--> hook/src/hooks.rs:392:5
|
391 | struct FVector {
| ------- fields in this struct
392 | x: f32,
| ^
393 | y: f32,
| ^
394 | z: f32,
| ^
|
= note: `FVector` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
check
Clippy had exited with the 101 exit code
|
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check
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/
|