Fix more warnings.

This commit is contained in:
Crozet Sébastien
2021-03-31 16:55:18 +02:00
parent 80f487fd4a
commit 4e84c122df
3 changed files with 1 additions and 4 deletions

View File

@@ -126,7 +126,6 @@ impl PhysicsPipeline {
#[cfg(feature = "parallel")]
{
use crate::geometry::ContactManifold;
use rayon::prelude::*;
use std::sync::atomic::Ordering;