Skip to content

Slight reformat

Slight reformat #49

GitHub Actions / clippy failed Dec 6, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 13 in src/utils/gltf_data.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

field `images` is never read

error: field `images` is never read
  --> src/utils/gltf_data.rs:13:9
   |
11 | pub struct GltfData {
   |            -------- field in this struct
12 |     pub buffers: Vec<gltf::buffer::Data>,
13 |     pub images: Vec<gltf::image::Data>,
   |         ^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(dead_code)]`