update for bevy 0.14 #162
GitHub Actions / clippy
failed
Jun 8, 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.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
Check failure on line 120 in src/plugin.rs
github-actions / clippy
bound is defined in more than one place
error: bound is defined in more than one place
--> src/plugin.rs:120:27
|
120 | pub fn custom_ease_system<T: CustomComponentEase + Component>(
| ^
...
128 | T: interpolation::Lerp<Scalar = f32> + Default,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
Check failure on line 29 in src/plugin.rs
github-actions / clippy
bound is defined in more than one place
error: bound is defined in more than one place
--> src/plugin.rs:29:20
|
29 | pub fn ease_system<T: Ease + Component>(
| ^
...
38 | T: Default,
| ^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
Loading