chore: clippy fixes
This commit is contained in:
committed by
Sébastien Crozet
parent
929aa6b925
commit
0a9153e273
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user