bevy/crates/bevy_app/src
Rich Churcher f2719f5470
Rust 1.83, allow -> expect (missing_docs) (#16561)
# Objective

We were waiting for 1.83 to address most of these, due to a bug with
`missing_docs` and `expect`. Relates to, but does not entirely complete,
#15059.

## Solution

- Upgrade to 1.83
- Switch `allow(missing_docs)` to `expect(missing_docs)`
- Remove a few now-unused `allow`s along the way, or convert to `expect`
2024-12-16 23:27:57 +00:00
..
app.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
lib.rs Rust 1.83, allow -> expect (missing_docs) (#16561) 2024-12-16 23:27:57 +00:00
main_schedule.rs AnimationEvent -> Event and other improvements (#16440) 2024-11-22 00:16:04 +00:00
panic_handler.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
plugin_group.rs Fix bevy_picking plugin suffixes (#16082) 2024-10-25 20:11:51 +00:00
plugin.rs Move all_tuples to a new crate (#16161) 2024-12-03 17:41:09 +00:00
schedule_runner.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
sub_app.rs Improve SubApp documentation example (#16160) 2024-10-30 22:12:25 +00:00
terminal_ctrl_c_handler.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00