dimforge / nalgebra

Linear algebra library for Rust.
https://nalgebra.org
Apache License 2.0
4.04k stars 485 forks source link

clippy: Fix `clippy::doc_lazy_continuation` lints #1427

Closed waywardmonkeys closed 3 weeks ago

waywardmonkeys commented 4 months ago

This is a new warning in Rust 1.80's clippy that will be released this week.

sebcrozet commented 3 weeks ago

Interesting lint. Thanks!