bevy/crates/bevy_animation/src
Alice Cecile 89c40036d7 Fix newline in AnimationEvaluationState docs (#16542)
# Objective

CI [is
broken](https://github.com/bevyengine/bevy/actions/runs/12070933255/job/33661528875)
by the new Rust version.

## Solution

Appease the crab gods by fixing our doc comments.

## Testing

CI has my back!
2024-11-28 21:17:19 +01:00
..
animatable.rs Fix additive blending of quaternions (#15662) 2024-10-05 20:03:10 +00:00
animation_curves.rs AnimatedField and Rework Evaluators (#16484) 2024-11-28 00:23:01 +01:00
gltf_curves.rs Replace TwoIterators with Either in bevy_animation (#16036) 2024-10-21 02:17:59 +00:00
graph.rs Incorporate all node weights in additive blending (#16279) 2024-11-11 21:50:47 +01:00
lib.rs Fix newline in AnimationEvaluationState docs (#16542) 2024-11-28 21:17:19 +01:00
transition.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
util.rs