Skip to content

Commit

Permalink
clippy: Fix new doc_lazy_continuation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed May 26, 2024
1 parent 884483b commit aaa1e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bezpath.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaa1e68

Please sign in to comment.