clippy: Fix clippy::lazy_doc_continuation lints (#689)

These will be enabled in Rust 1.80 by default.
This commit is contained in:
Bruce Mitchener
2024-07-18 14:44:48 +07:00
committed by GitHub
parent 6a295d3e8e
commit 00f59d2877
3 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
//! these elements are very welcome!
//!
//! - Mesh file types other than `stl` are not supported yet. Contributions are welcome. You my check the `rapier3d-stl`
//! repository for an example of mesh loader.
//! repository for an example of mesh loader.
//! - When inserting joints as multibody joints, they will be reset to their neutral position (all coordinates = 0).
//! - The following fields are currently ignored:
//! - `Joint::dynamics`