Skip to content

Allow multiple public methods in scripts as long as there is at least one run method #109

Allow multiple public methods in scripts as long as there is at least one run method

Allow multiple public methods in scripts as long as there is at least one run method #109

GitHub Actions / clippy failed Jun 18, 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.81.0-nightly (59e2c01c2 2024-06-17)
  • cargo 1.81.0-nightly (a1f47ec3f 2024-06-15)
  • clippy 0.1.81 (59e2c01 2024-06-17)

Annotations

Check failure on line 33 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unknown feature `stdsimd`

error[E0635]: unknown feature `stdsimd`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
   |
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^