From ffbc3c02c7d328d5c48a3efb84d35f5911f1880b Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 27 Oct 2020 09:25:58 +0100 Subject: Fix 2D compilation. --- src/geometry/round_cylinder.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/geometry/round_cylinder.rs') diff --git a/src/geometry/round_cylinder.rs b/src/geometry/round_cylinder.rs index 4e2afa7..ce8b43b 100644 --- a/src/geometry/round_cylinder.rs +++ b/src/geometry/round_cylinder.rs @@ -1,4 +1,3 @@ -#[cfg(feature = "dim3")] use crate::geometry::Cylinder; use crate::math::{Isometry, Point, Vector}; use na::Unit; -- cgit