Skip to content

bump

228b110
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump #59

bump
228b110
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy failed Oct 7, 2025 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.85.0 (4d91de4e4 2025-02-17)
  • cargo 1.85.0 (d73d2caf9 2024-12-31)
  • clippy 0.1.85 (4d91de4e48 2025-02-17)

Annotations

Check failure on line 932 in /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/halfbrown-0.4.0/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`let` expressions in this position are unstable

error[E0658]: `let` expressions in this position are unstable
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/halfbrown-0.4.0/src/lib.rs:932:12
    |
932 |         if let HashMapInt::Vec(m) = &self.0
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information

Check failure on line 568 in /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/halfbrown-0.4.0/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`let` expressions in this position are unstable

error[E0658]: `let` expressions in this position are unstable
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/halfbrown-0.4.0/src/lib.rs:568:12
    |
568 |         if let HashMapInt::Vec(m) = &self.0
    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information