chore: clippy fixes

This commit is contained in:
Sébastien Crozet
2024-04-28 18:23:30 +02:00
committed by Sébastien Crozet
parent 929aa6b925
commit 0a9153e273
29 changed files with 38 additions and 52 deletions

View File

@@ -11,12 +11,7 @@ pub fn init_world(testbed: &mut Testbed) {
let multibody_joints = MultibodyJointSet::new();
/*
* Ground
*/
let ground = bodies.insert(RigidBodyBuilder::fixed());
/*
* Create the bridge.
* Create the joint grid.
*/
let rad = 0.4;
let numi = 100;