Skip to content

Commit

Permalink
Docs: Voronoi::try_from() Error More help full comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Aug 20, 2024
1 parent 4720133 commit b95633b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/voronoi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ where

/// Geo-Voronoi construction error.
///
/// Unexpected Geometry input.
/// Unsupport Geometry object used as input.
/// Please file and issue.
#[derive(Debug, Clone)]
pub struct ConstructionError;

Expand Down

0 comments on commit b95633b

Please sign in to comment.