Skip to content

Commit

Permalink
Fix clippy::doc_overindented_list_items lint (#239)
Browse files Browse the repository at this point in the history
(This is new in current nightly.)
  • Loading branch information
waywardmonkeys authored Feb 5, 2025
1 parent 9f15579 commit d901529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fidget/src/solver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ impl<'a, F: Function> Solver<'a, F> {
/// - [The Levenberg-Marquardt Algorithm (Ranganathan 2004)](http://ananth.in/docs/lmtut.pdf)
/// - [Basics on Continuous Optimization § Levenberg-Marquardt](https://www.brnt.eu/phd/node10.html#SECTION00622700000000000000)
/// - [Improvements to the Levenberg-Marquardt algorithm for nonlinear
/// least-squares minimization (Transtrum 2012)](https://arxiv.org/pdf/1201.5885)
/// least-squares minimization (Transtrum 2012)](https://arxiv.org/pdf/1201.5885)
pub fn solve<F: Function>(
eqs: &[F],
vars: &HashMap<Var, Parameter>,
Expand Down

0 comments on commit d901529

Please sign in to comment.