From 9a88774fffbf6996ee1f01d6ba2ed06f2303f4ef Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 8 Mar 2022 14:14:54 +0100 Subject: [PATCH] Remove outdated implementation note --- src/kernel/shape/mod.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/kernel/shape/mod.rs b/src/kernel/shape/mod.rs index 1c37ddcfb..265fab1a4 100644 --- a/src/kernel/shape/mod.rs +++ b/src/kernel/shape/mod.rs @@ -14,12 +14,6 @@ use self::{ }; /// The boundary representation of a shape -/// -/// # Implementation note -/// -/// The goal for `Shape` is to enforce full self-consistency, through the API it -/// provides. Steps have been made in that direction, but right now, the API is -/// still full of holes, forcing callers to just be careful for the time being. #[derive(Clone, Debug)] pub struct Shape { /// The minimum distance between two vertices