From c3f8c8a55dcd8d6919d18960d8b6d4e23a372431 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 26 May 2024 10:52:56 +0700 Subject: [PATCH] clippy: Fix new `doc_lazy_continuation` lint --- src/bezpath.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bezpath.rs b/src/bezpath.rs index 6ce24b2c..baa943d8 100644 --- a/src/bezpath.rs +++ b/src/bezpath.rs @@ -88,9 +88,9 @@ use crate::common::FloatFuncs; /// functionality available on `BezPath`: /// /// - [`flatten`] does Bézier flattening, converting a curve to a series of -/// line segments +/// line segments /// - [`intersect_line`] computes intersections of a path with a line, useful -/// for things like subdividing +/// for things like subdividing /// /// [A Primer on Bézier Curves]: https://pomax.github.io/bezierinfo/ /// [`iter`]: BezPath::iter