random experiments #327
clippy
122 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 122 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.80.0-nightly (a8a1d3a77 2024-04-29)
- cargo 1.80.0-nightly (b60a15551 2024-04-26)
- clippy 0.1.79 (a8a1d3a 2024-04-29)
Annotations
Check failure on line 1842 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:1842:28
|
1842 | /* offset 0x00c */ Center: FVector,
| ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `center`
Check failure on line 1841 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:1841:28
|
1841 | /* offset 0x008 */ ConnectivityIdx: u8,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `connectivity_idx`
Check failure on line 1840 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:1840:28
|
1840 | /* offset 0x004 */ Volume: f32,
| ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `volume`
Check failure on line 1839 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:1839:28
|
1839 | /* offset 0x000 */ MaterialType: u32,
| ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`
Check failure on line 1833 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:1833:28
|
1833 | /* offset 0x019 */ NormalZMax: u8,
| ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmax`
Check failure on line 1832 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:1832:28
|
1832 | /* offset 0x018 */ NormalZMin: u8,
| ^^^^^^^^^^ help: convert the identifier to snake case: `normal_zmin`
Check failure on line 1831 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:1831:28
|
1831 | /* offset 0x014 */ MaterialType: u32,
| ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_type`
Check failure on line 1830 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:1830:28
|
1830 | /* offset 0x010 */ NumFaces: i32,
| ^^^^^^^^ help: convert the identifier to snake case: `num_faces`
Check failure on line 1829 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:1829:28
|
1829 | /* offset 0x00c */ NumIndices: i32,
| ^^^^^^^^^^ help: convert the identifier to snake case: `num_indices`
Check failure on line 1828 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:1828:28
|
1828 | /* offset 0x008 */ NumVertices: i32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `num_vertices`
Check failure on line 1827 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:1827:28
|
1827 | /* offset 0x004 */ StartFace: i32,
| ^^^^^^^^^ help: convert the identifier to snake case: `start_face`
Check failure on line 1826 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:1826:28
|
1826 | /* offset 0x000 */ StartVertex: i32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `start_vertex`
Check failure on line 1803 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:1803:28
|
1803 | /* offset 0x108 */ CriticalSection: FWindowsCriticalSection,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`
Check failure on line 1802 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:1802:28
|
1802 | /* offset 0x100 */ GarbageAmount: i32,
| ^^^^^^^^^^^^^ help: convert the identifier to snake case: `garbage_amount`
Check failure on line 1801 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:1801:28
|
1801 | /* offset 0x0fc */ GarbLastEnd: u32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `garb_last_end`
Check failure on line 1800 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:1800:28
|
1800 | /* offset 0x0f8 */ GarbIndex: i32,
| ^^^^^^^^^ help: convert the identifier to snake case: `garb_index`
Check failure on line 1799 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:1799:28
|
1799 | /* offset 0x0f4 */ GState: GarbState,
| ^^^^^^ help: convert the identifier to snake case: `gstate`
Check failure on line 1798 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:1798:28
|
1798 | /* offset 0x0f0 */ ActiveRange: u32,
| ^^^^^^^^^^^ help: convert the identifier to snake case: `active_range`
Check failure on line 1797 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:1797:9
|
1797 | ActiveRangeList: [DeepVirtExpandingArray<DeepArrayPoolRange<C>>; 2],
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `active_range_list`
Check failure on line 1795 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:1795:28
|
1795 | /* offset 0x000 */ Pool: DeepVirtExpandingArray<T>,
| ^^^^ help: convert the identifier to snake case: `pool`
Check failure on line 1774 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:1774:9
|
1774 | CriticalSection: FWindowsCriticalSection,
| ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `critical_section`
Check failure on line 1773 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:1773:9
|
1773 | RefCounts: TArrayInline<u16, A>, // TODO inline allocator
| ^^^^^^^^^ help: convert the identifier to snake case: `ref_counts`
Check failure on line 1772 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:1772:9
|
1772 | FreeIndices: TArrayInline<u32, A>, // TODO inline allocator
| ^^^^^^^^^^^ help: convert the identifier to snake case: `free_indices`
Check failure on line 1771 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:1771:9
|
1771 | Pool: DeepVirtExpandingArray<T>,
| ^^^^ help: convert the identifier to snake case: `pool`
Check failure on line 1726 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:1726:28
|
1726 | /* offset 0x003 */ VertCount: u8,
| ^^^^^^^^^ help: convert the identifier to snake case: `vert_count`