Bump #59
Merged
Bump #59
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
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
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
Loading