From 6cb727390a6172e539b3f0ef91c2861457495258 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Mon, 22 Jan 2024 21:29:51 +0100 Subject: chore: more CI fixes --- src/dynamics/joint/multibody_joint/multibody_joint_set.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dynamics') diff --git a/src/dynamics/joint/multibody_joint/multibody_joint_set.rs b/src/dynamics/joint/multibody_joint/multibody_joint_set.rs index a428c8b..748de3b 100644 --- a/src/dynamics/joint/multibody_joint/multibody_joint_set.rs +++ b/src/dynamics/joint/multibody_joint/multibody_joint_set.rs @@ -55,7 +55,7 @@ impl IndexedData for MultibodyJointHandle { #[derive(Copy, Clone, Debug, PartialEq, Eq)] /// Indexes usable to get a multibody link from a `MultibodyJointSet`. /// -/// ```rust +/// ```.skip /// // With: /// // multibody_joint_set: MultibodyJointSet /// // multibody_link_id: MultibodyLinkId -- cgit