From f7a6f433d62ea427f6e2233365a6f534ca7e1c63 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 20 Oct 2020 18:14:20 +0200 Subject: Rename rounded -> round. --- src/geometry/rounded.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry/rounded.rs') diff --git a/src/geometry/rounded.rs b/src/geometry/rounded.rs index ce3fc96..bfbab3b 100644 --- a/src/geometry/rounded.rs +++ b/src/geometry/rounded.rs @@ -17,7 +17,7 @@ pub trait Roundable { #[cfg(feature = "dim3")] impl Roundable for Cylinder { fn rounded_shape_type() -> ShapeType { - ShapeType::RoundedCylinder + ShapeType::RoundCylinder } } -- cgit