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!
This commit is contained in:
Alice Cecile 2024-11-28 12:13:21 -05:00 committed by GitHub
parent 3d72e08f32
commit 0438f78c94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -711,7 +711,7 @@ pub struct AnimationEvaluationState {
/// ///
/// This is a mapping from the id of an animation curve evaluator to /// This is a mapping from the id of an animation curve evaluator to
/// the animation curve evaluator itself. /// the animation curve evaluator itself.
///
/// For efficiency's sake, the [`AnimationCurveEvaluator`]s are cached from /// For efficiency's sake, the [`AnimationCurveEvaluator`]s are cached from
/// frame to frame and animation target to animation target. Therefore, /// frame to frame and animation target to animation target. Therefore,
/// there may be entries in this list corresponding to properties that the /// there may be entries in this list corresponding to properties that the