From 7d48d20a57a695509c9d915e956bea6164e03d76 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 21 Jun 2024 20:19:41 +0200 Subject: [PATCH] Remove outdated and redundant doc comment --- crates/fj-core/src/algorithms/approx/path.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/fj-core/src/algorithms/approx/path.rs b/crates/fj-core/src/algorithms/approx/path.rs index 0b484b8c2..e0d2e1a68 100644 --- a/crates/fj-core/src/algorithms/approx/path.rs +++ b/crates/fj-core/src/algorithms/approx/path.rs @@ -1,5 +1,3 @@ -//! # Path approximation - use fj_math::{Line, Point}; /// Approximate a line