diff options
| author | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-01-22 21:06:33 +0100 |
|---|---|---|
| committer | Sébastien Crozet <sebcrozet@dimforge.com> | 2024-01-22 21:06:33 +0100 |
| commit | bef72df32c6f5c9275b82b38b387e9295430814a (patch) | |
| tree | d813501a153938d0d25f7792bfd4b05a780da761 /src/dynamics/joint/impulse_joint | |
| parent | 9b87f06a856c4d673642e210f8b0986cfdbac3af (diff) | |
| download | rapier-bef72df32c6f5c9275b82b38b387e9295430814a.tar.gz rapier-bef72df32c6f5c9275b82b38b387e9295430814a.tar.bz2 rapier-bef72df32c6f5c9275b82b38b387e9295430814a.zip | |
chore: CI fixes
Diffstat (limited to 'src/dynamics/joint/impulse_joint')
| -rw-r--r-- | src/dynamics/joint/impulse_joint/impulse_joint_set.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynamics/joint/impulse_joint/impulse_joint_set.rs b/src/dynamics/joint/impulse_joint/impulse_joint_set.rs index faae1f6..67f8949 100644 --- a/src/dynamics/joint/impulse_joint/impulse_joint_set.rs +++ b/src/dynamics/joint/impulse_joint/impulse_joint_set.rs @@ -215,6 +215,7 @@ impl ImpulseJointSet { // } // #[cfg(not(feature = "parallel"))] + #[allow(dead_code)] // That will likely be useful when we re-introduce intra-island parallelism. pub(crate) fn joints_mut(&mut self) -> &mut [JointGraphEdge] { &mut self.joint_graph.graph.edges[..] } |
