bevy/crates/bevy_math/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
..
bounding ⬆️ Upgrade typos and its configuration (#16712) 2024-12-08 17:25:10 +00:00
cubic_splines Derivative access patterns for curves (#16503) 2024-12-10 20:27:37 +00:00
curve Derivative access patterns for curves (#16503) 2024-12-10 20:27:37 +00:00
primitives Feature gate is_polygon_simple behind the alloc feature. (#16739) 2024-12-10 07:45:02 +00:00
rects Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
sampling ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00
affine3.rs Implemented Reflect for (almost) all bevy_math types (#13537) 2024-05-27 18:18:10 +00:00
aspect_ratio.rs Deny derive_more error feature and replace it with thiserror (#16684) 2024-12-06 17:03:55 +00:00
common_traits.rs Derivative access patterns for curves (#16503) 2024-12-10 20:27:37 +00:00
compass.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
direction.rs ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00
float_ord.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
isometry.rs Implement From translation and rotation for isometries (#15733) 2024-10-08 16:09:28 +00:00
lib.rs Rust 1.83, allow -> expect (missing_docs) (#16561) 2024-12-16 23:27:57 +00:00
ops.rs Fix atan2 docs (#16673) 2024-12-10 03:19:05 +00:00
ray.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00
rotation2d.rs Add no_std Support to bevy_math (#15810) 2024-12-03 17:14:51 +00:00