Skip to content
GitHub Actions / clippy failed Nov 22, 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.77.0 (aedd173a2 2024-03-17)
  • cargo 1.77.0 (3fe68eabf 2024-02-29)
  • clippy 0.1.77 (aedd173 2024-03-17)

Annotations

Check failure on line 28 in src/strspn.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of unstable library feature 'cstr_count_bytes'

error[E0658]: use of unstable library feature 'cstr_count_bytes'
  --> src/strspn.rs:28:4
   |
28 |     s.count_bytes()
   |       ^^^^^^^^^^^
   |
   = note: see issue #114441 <https://github.com/rust-lang/rust/issues/114441> for more information