Skip to content

Commit

Permalink
clippy: Fix doc_markdown lint
Browse files Browse the repository at this point in the history
These became stricter in Rust 1.78 so we need to appease it.
  • Loading branch information
waywardmonkeys committed May 3, 2024
1 parent 46820b0 commit 2e16a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quadbez.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub(crate) struct FlattenParams {
a2: f64,
u0: f64,
uscale: f64,
/// The number of subdivisions * 2 * sqrt_tol.
/// The number of `subdivisions * 2 * sqrt_tol`.
pub(crate) val: f64,
}

Expand Down

0 comments on commit 2e16a97

Please sign in to comment.