bevy/crates/bevy_ecs/src/schedule
BD103 7b8d502083
Fix beta lints (#12980)
# Objective

- Fixes #12976

## Solution

This one is a doozy.

- Run `cargo +beta clippy --workspace --all-targets --all-features` and
fix all issues
- This includes:
- Moving inner attributes to be outer attributes, when the item in
question has both inner and outer attributes
  - Use `ptr::from_ref` in more scenarios
- Extend the valid idents list used by `clippy:doc_markdown` with more
names
  - Use `Clone::clone_from` when possible
  - Remove redundant `ron` import
  - Add backticks to **so many** identifiers and items
    - I'm sorry whoever has to review this

---

## Changelog

- Added links to more identifiers in documentation.
2024-04-16 02:46:46 +00:00
..
executor Cleanup the multithreaded executor (#12969) 2024-04-16 02:37:19 +00:00
condition.rs Optimize Event Updates (#12936) 2024-04-13 14:11:28 +00:00
config.rs fix some typos (#12038) 2024-02-22 18:55:22 +00:00
graph_utils.rs Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00
mod.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
schedule.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00
set.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
state.rs Replace FromWorld requirement on ReflectResource and reflect Resource for State<S> (#12136) 2024-02-27 15:49:39 +00:00
stepping.rs Fix beta lints (#12980) 2024-04-16 02:46:46 +00:00