aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
authorTerence <terence@taraz>2021-06-01 21:35:29 -0400
committerTerence <terence@taraz>2021-06-01 21:35:29 -0400
commit6356dca1d5a753768bbb479aa9491805223e1c60 (patch)
treeb20d3c9bbaa4b28873f6b6ea1f68bcf83b4384a5 /src/utils.rs
parent16fd97595d54adbe715d2059a115ae904531f553 (diff)
downloadrapier-6356dca1d5a753768bbb479aa9491805223e1c60.tar.gz
rapier-6356dca1d5a753768bbb479aa9491805223e1c60.tar.bz2
rapier-6356dca1d5a753768bbb479aa9491805223e1c60.zip
remove c_int
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.rs b/src/utils.rs
index 4602142..84ed250 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -4,7 +4,6 @@ use na::{Matrix3, Point2, Point3, Scalar, SimdRealField, Vector2, Vector3};
use num::Zero;
use simba::simd::SimdValue;
use std::ops::IndexMut;
-use std::os::raw::c_int;
use parry::utils::SdpMatrix3;
use {