Remove outdated implementation note

This commit is contained in:
Hanno Braun 2022-03-08 14:14:54 +01:00
parent dddcc8c377
commit 9a88774fff

View File

@ -14,12 +14,6 @@ use self::{
}; };
/// The boundary representation of a shape /// 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)] #[derive(Clone, Debug)]
pub struct Shape { pub struct Shape {
/// The minimum distance between two vertices /// The minimum distance between two vertices