bevy/examples/reflection
Jakob Hellermann 49ff42cc69 fix new clippy lints (#5160)
# Objective

- Nightly clippy lints should be fixed before they get stable and break CI
  
## Solution

- fix new clippy lints
- ignore `significant_drop_in_scrutinee` since it isn't relevant in our loop https://github.com/rust-lang/rust-clippy/issues/8987
```rust
for line in io::stdin().lines() {
    ...
}
```

Co-authored-by: Jakob Hellermann <hellermann@sipgate.de>
2022-07-01 13:41:23 +00:00
..
generic_reflection.rs Doc/module style doc blocks for examples (#4438) 2022-05-16 13:53:20 +00:00
reflection.rs Doc/module style doc blocks for examples (#4438) 2022-05-16 13:53:20 +00:00
reflection_types.rs fix new clippy lints (#5160) 2022-07-01 13:41:23 +00:00
trait_reflection.rs Doc/module style doc blocks for examples (#4438) 2022-05-16 13:53:20 +00:00