From 0438f78c942ccdb85050590ee2b5718ba7895d65 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Thu, 28 Nov 2024 12:13:21 -0500 Subject: [PATCH] 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! --- crates/bevy_animation/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_animation/src/lib.rs b/crates/bevy_animation/src/lib.rs index 83ba659d08..69d036415e 100644 --- a/crates/bevy_animation/src/lib.rs +++ b/crates/bevy_animation/src/lib.rs @@ -711,7 +711,7 @@ pub struct AnimationEvaluationState { /// /// This is a mapping from the id of an animation curve evaluator to /// the animation curve evaluator itself. - + /// /// For efficiency's sake, the [`AnimationCurveEvaluator`]s are cached from /// frame to frame and animation target to animation target. Therefore, /// there may be entries in this list corresponding to properties that the