fix(deps): update rust crate tower to 0.5.0 #89
GitHub Actions / clippy
failed
Aug 13, 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.80.1 (3f5fd8dd4 2024-08-06)
-
cargo 1.80.1 (376290515 2024-07-16)
-
cargo 1.80.1 (376290515 2024-07-16)
Annotations
github-actions / clippy
cannot call non-const fn `Identity::new` in constant functions
error[E0015]: cannot call non-const fn `Identity::new` in constant functions
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.0/src/builder/mod.rs:120:20
|
120 | layer: Identity::new(),
| ^^^^^^^^^^^^^^^
|
= note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
Loading