Skip to content

split out non-debug_drawing stuff #395

split out non-debug_drawing stuff

split out non-debug_drawing stuff #395

GitHub Actions / clippy failed Nov 4, 2024 in 1s

clippy

117 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 117
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0-nightly (b8c8287a2 2024-11-03)
  • cargo 1.84.0-nightly (031049782 2024-11-01)
  • clippy 0.1.84 (b8c8287a22 2024-11-03)

Annotations

Check failure on line 1152 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `Center` should have a snake case name

error: structure field `Center` should have a snake case name
    --> hook/src/hooks/nav.rs:1152:24
     |
1152 |     /* offset 0x00c */ Center: FVector,
     |                        ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `center`

Check failure on line 1151 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `ConnectivityIdx` should have a snake case name

error: structure field `ConnectivityIdx` should have a snake case name
    --> hook/src/hooks/nav.rs:1151:24
     |
1151 |     /* offset 0x008 */ ConnectivityIdx: u8,
     |                        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `connectivity_idx`

Check failure on line 1150 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `Volume` should have a snake case name

error: structure field `Volume` should have a snake case name
    --> hook/src/hooks/nav.rs:1150:24
     |
1150 |     /* offset 0x004 */ Volume: f32,
     |                        ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `volume`

Check failure on line 1149 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `MaterialType` should have a snake case name

error: structure field `MaterialType` should have a snake case name
    --> hook/src/hooks/nav.rs:1149:24
     |
1149 |     /* offset 0x000 */ MaterialType: u32,
     |                        ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`

Check failure on line 1143 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `NormalZMax` should have a snake case name

error: structure field `NormalZMax` should have a snake case name
    --> hook/src/hooks/nav.rs:1143:24
     |
1143 |     /* offset 0x019 */ NormalZMax: u8,
     |                        ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmax`

Check failure on line 1142 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `NormalZMin` should have a snake case name

error: structure field `NormalZMin` should have a snake case name
    --> hook/src/hooks/nav.rs:1142:24
     |
1142 |     /* offset 0x018 */ NormalZMin: u8,
     |                        ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmin`

Check failure on line 1141 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `MaterialType` should have a snake case name

error: structure field `MaterialType` should have a snake case name
    --> hook/src/hooks/nav.rs:1141:24
     |
1141 |     /* offset 0x014 */ MaterialType: u32,
     |                        ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`

Check failure on line 1140 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `NumFaces` should have a snake case name

error: structure field `NumFaces` should have a snake case name
    --> hook/src/hooks/nav.rs:1140:24
     |
1140 |     /* offset 0x010 */ NumFaces: i32,
     |                        ^^^^^^^^ help: convert the identifier to snake case: `num_faces`

Check failure on line 1139 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `NumIndices` should have a snake case name

error: structure field `NumIndices` should have a snake case name
    --> hook/src/hooks/nav.rs:1139:24
     |
1139 |     /* offset 0x00c */ NumIndices: i32,
     |                        ^^^^^^^^^^ help: convert the identifier to snake case: `num_indices`

Check failure on line 1138 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `NumVertices` should have a snake case name

error: structure field `NumVertices` should have a snake case name
    --> hook/src/hooks/nav.rs:1138:24
     |
1138 |     /* offset 0x008 */ NumVertices: i32,
     |                        ^^^^^^^^^^^ help: convert the identifier to snake case: `num_vertices`

Check failure on line 1137 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `StartFace` should have a snake case name

error: structure field `StartFace` should have a snake case name
    --> hook/src/hooks/nav.rs:1137:24
     |
1137 |     /* offset 0x004 */ StartFace: i32,
     |                        ^^^^^^^^^ help: convert the identifier to snake case: `start_face`

Check failure on line 1136 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `StartVertex` should have a snake case name

error: structure field `StartVertex` should have a snake case name
    --> hook/src/hooks/nav.rs:1136:24
     |
1136 |     /* offset 0x000 */ StartVertex: i32,
     |                        ^^^^^^^^^^^ help: convert the identifier to snake case: `start_vertex`

Check failure on line 1113 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `CriticalSection` should have a snake case name

error: structure field `CriticalSection` should have a snake case name
    --> hook/src/hooks/nav.rs:1113:24
     |
1113 |     /* offset 0x108 */ CriticalSection: FWindowsCriticalSection,
     |                        ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`

Check failure on line 1112 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `GarbageAmount` should have a snake case name

error: structure field `GarbageAmount` should have a snake case name
    --> hook/src/hooks/nav.rs:1112:24
     |
1112 |     /* offset 0x100 */ GarbageAmount: i32,
     |                        ^^^^^^^^^^^^^ help: convert the identifier to snake case: `garbage_amount`

Check failure on line 1111 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `GarbLastEnd` should have a snake case name

error: structure field `GarbLastEnd` should have a snake case name
    --> hook/src/hooks/nav.rs:1111:24
     |
1111 |     /* offset 0x0fc */ GarbLastEnd: u32,
     |                        ^^^^^^^^^^^ help: convert the identifier to snake case: `garb_last_end`

Check failure on line 1110 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `GarbIndex` should have a snake case name

error: structure field `GarbIndex` should have a snake case name
    --> hook/src/hooks/nav.rs:1110:24
     |
1110 |     /* offset 0x0f8 */ GarbIndex: i32,
     |                        ^^^^^^^^^ help: convert the identifier to snake case: `garb_index`

Check failure on line 1109 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `GState` should have a snake case name

error: structure field `GState` should have a snake case name
    --> hook/src/hooks/nav.rs:1109:24
     |
1109 |     /* offset 0x0f4 */ GState: GarbState,
     |                        ^^^^^^ help: convert the identifier to snake case: `gstate`

Check failure on line 1108 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `ActiveRange` should have a snake case name

error: structure field `ActiveRange` should have a snake case name
    --> hook/src/hooks/nav.rs:1108:24
     |
1108 |     /* offset 0x0f0 */ ActiveRange: u32,
     |                        ^^^^^^^^^^^ help: convert the identifier to snake case: `active_range`

Check failure on line 1107 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `ActiveRangeList` should have a snake case name

error: structure field `ActiveRangeList` should have a snake case name
    --> hook/src/hooks/nav.rs:1107:5
     |
1107 |     ActiveRangeList: [DeepVirtExpandingArray<DeepArrayPoolRange<C>>; 2],
     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `active_range_list`

Check failure on line 1105 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `Pool` should have a snake case name

error: structure field `Pool` should have a snake case name
    --> hook/src/hooks/nav.rs:1105:24
     |
1105 |     /* offset 0x000 */ Pool: DeepVirtExpandingArray<T>,
     |                        ^^^^ help: convert the identifier to snake case: `pool`

Check failure on line 1084 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `CriticalSection` should have a snake case name

error: structure field `CriticalSection` should have a snake case name
    --> hook/src/hooks/nav.rs:1084:5
     |
1084 |     CriticalSection: FWindowsCriticalSection,
     |     ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`

Check failure on line 1083 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `RefCounts` should have a snake case name

error: structure field `RefCounts` should have a snake case name
    --> hook/src/hooks/nav.rs:1083:5
     |
1083 |     RefCounts: TArrayInline<u16, A>,   // TODO inline allocator
     |     ^^^^^^^^^ help: convert the identifier to snake case: `ref_counts`

Check failure on line 1082 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `FreeIndices` should have a snake case name

error: structure field `FreeIndices` should have a snake case name
    --> hook/src/hooks/nav.rs:1082:5
     |
1082 |     FreeIndices: TArrayInline<u32, A>, // TODO inline allocator
     |     ^^^^^^^^^^^ help: convert the identifier to snake case: `free_indices`

Check failure on line 1081 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `Pool` should have a snake case name

error: structure field `Pool` should have a snake case name
    --> hook/src/hooks/nav.rs:1081:5
     |
1081 |     Pool: DeepVirtExpandingArray<T>,
     |     ^^^^ help: convert the identifier to snake case: `pool`

Check failure on line 1036 in hook/src/hooks/nav.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

structure field `VertCount` should have a snake case name

error: structure field `VertCount` should have a snake case name
    --> hook/src/hooks/nav.rs:1036:24
     |
1036 |     /* offset 0x003 */ VertCount: u8,
     |                        ^^^^^^^^^ help: convert the identifier to snake case: `vert_count`