diff options
| author | Terence <terence@taraz> | 2021-06-01 21:35:29 -0400 |
|---|---|---|
| committer | Terence <terence@taraz> | 2021-06-01 21:35:29 -0400 |
| commit | 6356dca1d5a753768bbb479aa9491805223e1c60 (patch) | |
| tree | b20d3c9bbaa4b28873f6b6ea1f68bcf83b4384a5 /src/utils.rs | |
| parent | 16fd97595d54adbe715d2059a115ae904531f553 (diff) | |
| download | rapier-6356dca1d5a753768bbb479aa9491805223e1c60.tar.gz rapier-6356dca1d5a753768bbb479aa9491805223e1c60.tar.bz2 rapier-6356dca1d5a753768bbb479aa9491805223e1c60.zip | |
remove c_int
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 1 |
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 { |
