Skip to content

chore: update logo for protect-axum (#98) #218

chore: update logo for protect-axum (#98)

chore: update logo for protect-axum (#98) #218

GitHub Actions / clippy succeeded May 29, 2024 in 0s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.80.0-nightly (da159eb33 2024-05-28)
  • cargo 1.80.0-nightly (431db31d0 2024-05-28)
  • clippy 0.1.80 (da159eb 2024-05-28)

Annotations

Check warning on line 87 in rocket-grants/src/fairing.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

warning: bound is defined in more than one place
  --> rocket-grants/src/fairing.rs:87:30
   |
87 |     pub fn with_extractor_fn<F: Send + Sync + 'static>(extractor_fn: F) -> Self
   |                              ^
88 |     where
89 |         F: for<'a> Fn(&'a mut Request<'_>) -> BoxFuture<'a, Option<HashSet<Type>>>,
   |         ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
   = note: `#[warn(clippy::multiple_bound_locations)]` on by default

Check warning on line 87 in rocket-grants/src/fairing.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

warning: bound is defined in more than one place
  --> rocket-grants/src/fairing.rs:87:30
   |
87 |     pub fn with_extractor_fn<F: Send + Sync + 'static>(extractor_fn: F) -> Self
   |                              ^
88 |     where
89 |         F: for<'a> Fn(&'a mut Request<'_>) -> BoxFuture<'a, Option<HashSet<Type>>>,
   |         ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
   = note: `#[warn(clippy::multiple_bound_locations)]` on by default