From 89e02e8c283d0c047b7f397d9e6d8bd2ef974391 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Mon, 16 May 2022 11:45:13 +0200 Subject: [PATCH] docs: hide deprecated members --- src/animation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/animation.rs b/src/animation.rs index 3acd459..c12c6ae 100644 --- a/src/animation.rs +++ b/src/animation.rs @@ -22,6 +22,7 @@ pub struct SpriteSheetAnimation { /// This is not exposed in any of the public APIs of the crate so there is no reason to depend on /// it. Use 'builder-style' methods like [`SpriteSheetAnimation::repeat`] instead. #[deprecated] +#[doc(hidden)] #[non_exhaustive] #[derive(Debug, Copy, Clone, Eq, PartialEq)] pub enum AnimationMode {