Skip to content

spike: Test using SIMD to parse coordinates #77

spike: Test using SIMD to parse coordinates

spike: Test using SIMD to parse coordinates #77

GitHub Actions / clippy failed Jun 18, 2023 in 1s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.72.0-nightly (3b2073f07 2023-06-17)
  • cargo 1.72.0-nightly (0c14026aa 2023-06-14)
  • clippy 0.1.72 (3b2073f 2023-06-17)

Annotations

Check failure on line 603 in src/parser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `bool_array_to_bitmask_u32` is never used

error: function `bool_array_to_bitmask_u32` is never used
   --> src/parser.rs:603:10
    |
603 | const fn bool_array_to_bitmask_u32(bools: &[bool]) -> u32 {
    |          ^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `-D dead-code` implied by `-D warnings`