Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate tower to 0.5.0 #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(deps): update rust crate tower to 0.5.0

c0b4f12
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

fix(deps): update rust crate tower to 0.5.0 #20

fix(deps): update rust crate tower to 0.5.0
c0b4f12
Select commit
Loading
Failed to load commit list.
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

Check failure on line 120 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.5.0/src/builder/mod.rs

See this annotation in the file changed.

@github-actions 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