diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-01-22 21:29:51 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2024-01-22 21:29:51 +0100 |
| commit | 6cb727390a6172e539b3f0ef91c2861457495258 (patch) | |
| tree | 0fbfae9a523835079c9a362a93a69f2e78ccca25 /src/dynamics/joint | |
| parent | bef72df32c6f5c9275b82b38b387e9295430814a (diff) | |
| download | rapier-6cb727390a6172e539b3f0ef91c2861457495258.tar.gz rapier-6cb727390a6172e539b3f0ef91c2861457495258.tar.bz2 rapier-6cb727390a6172e539b3f0ef91c2861457495258.zip | |
chore: more CI fixes
Diffstat (limited to 'src/dynamics/joint')
| -rw-r--r-- | src/dynamics/joint/multibody_joint/multibody_joint_set.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
