Skip to content

Add layered file provider for loose file and cook server loading #397

Add layered file provider for loose file and cook server loading

Add layered file provider for loose file and cook server loading #397

GitHub Actions / clippy failed Nov 4, 2024 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.84.0-nightly (b8c8287a2 2024-11-03)
  • cargo 1.84.0-nightly (031049782 2024-11-01)
  • clippy 0.1.84 (b8c8287a22 2024-11-03)

Annotations

Check failure on line 153 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this lifetime isn't used in the function definition

error: this lifetime isn't used in the function definition
   --> src/lib.rs:153:28
    |
153 | async fn resolve_into_urls<'b>(
    |                            ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
    = note: `-D clippy::extra-unused-lifetimes` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::extra_unused_lifetimes)]`

Check failure on line 153 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this lifetime isn't used in the function definition

error: this lifetime isn't used in the function definition
   --> src/lib.rs:153:28
    |
153 | async fn resolve_into_urls<'b>(
    |                            ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
    = note: `-D clippy::extra-unused-lifetimes` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::extra_unused_lifetimes)]`