get vertices #329
clippy
115 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 115 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0-nightly (79734f1db 2024-05-02)
- cargo 1.80.0-nightly (6087566b3 2024-04-30)
- clippy 0.1.80 (79734f1 2024-05-02)
Annotations
Check failure on line 1996 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1996:28
|
1996 | /* offset 0x00c */ Center: FVector,
| ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `center`
Check failure on line 1995 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1995:28
|
1995 | /* offset 0x008 */ ConnectivityIdx: u8,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `connectivity_idx`
Check failure on line 1994 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1994:28
|
1994 | /* offset 0x004 */ Volume: f32,
| ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `volume`
Check failure on line 1993 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1993:28
|
1993 | /* offset 0x000 */ MaterialType: u32,
| ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`
Check failure on line 1987 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1987:28
|
1987 | /* offset 0x019 */ NormalZMax: u8,
| ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmax`
Check failure on line 1986 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1986:28
|
1986 | /* offset 0x018 */ NormalZMin: u8,
| ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmin`
Check failure on line 1985 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1985:28
|
1985 | /* offset 0x014 */ MaterialType: u32,
| ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`
Check failure on line 1984 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1984:28
|
1984 | /* offset 0x010 */ NumFaces: i32,
| ^^^^^^^^ help: convert the identifier to snake case: `num_faces`
Check failure on line 1983 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1983:28
|
1983 | /* offset 0x00c */ NumIndices: i32,
| ^^^^^^^^^^ help: convert the identifier to snake case: `num_indices`
Check failure on line 1982 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1982:28
|
1982 | /* offset 0x008 */ NumVertices: i32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `num_vertices`
Check failure on line 1981 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1981:28
|
1981 | /* offset 0x004 */ StartFace: i32,
| ^^^^^^^^^ help: convert the identifier to snake case: `start_face`
Check failure on line 1980 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1980:28
|
1980 | /* offset 0x000 */ StartVertex: i32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `start_vertex`
Check failure on line 1957 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1957:28
|
1957 | /* offset 0x108 */ CriticalSection: FWindowsCriticalSection,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`
Check failure on line 1956 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1956:28
|
1956 | /* offset 0x100 */ GarbageAmount: i32,
| ^^^^^^^^^^^^^ help: convert the identifier to snake case: `garbage_amount`
Check failure on line 1955 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1955:28
|
1955 | /* offset 0x0fc */ GarbLastEnd: u32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `garb_last_end`
Check failure on line 1954 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1954:28
|
1954 | /* offset 0x0f8 */ GarbIndex: i32,
| ^^^^^^^^^ help: convert the identifier to snake case: `garb_index`
Check failure on line 1953 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1953:28
|
1953 | /* offset 0x0f4 */ GState: GarbState,
| ^^^^^^ help: convert the identifier to snake case: `gstate`
Check failure on line 1952 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1952:28
|
1952 | /* offset 0x0f0 */ ActiveRange: u32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `active_range`
Check failure on line 1951 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1951:9
|
1951 | ActiveRangeList: [DeepVirtExpandingArray<DeepArrayPoolRange<C>>; 2],
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `active_range_list`
Check failure on line 1949 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1949:28
|
1949 | /* offset 0x000 */ Pool: DeepVirtExpandingArray<T>,
| ^^^^ help: convert the identifier to snake case: `pool`
Check failure on line 1928 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1928:9
|
1928 | CriticalSection: FWindowsCriticalSection,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`
Check failure on line 1927 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1927:9
|
1927 | RefCounts: TArrayInline<u16, A>, // TODO inline allocator
| ^^^^^^^^^ help: convert the identifier to snake case: `ref_counts`
Check failure on line 1926 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1926:9
|
1926 | FreeIndices: TArrayInline<u32, A>, // TODO inline allocator
| ^^^^^^^^^^^ help: convert the identifier to snake case: `free_indices`
Check failure on line 1925 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1925:9
|
1925 | Pool: DeepVirtExpandingArray<T>,
| ^^^^ help: convert the identifier to snake case: `pool`
Check failure on line 1880 in hook/src/hooks/debug_drawing.rs
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/debug_drawing.rs:1880:28
|
1880 | /* offset 0x003 */ VertCount: u8,
| ^^^^^^^^^ help: convert the identifier to snake case: `vert_count`