From 00f59d2877faa1cc3d1931664ba691f5d9324243 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 18 Jul 2024 14:44:48 +0700 Subject: clippy: Fix `clippy::lazy_doc_continuation` lints (#689) These will be enabled in Rust 1.80 by default. --- crates/rapier3d-urdf/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/rapier3d-urdf/src/lib.rs b/crates/rapier3d-urdf/src/lib.rs index 9aea453..f6d96bd 100644 --- a/crates/rapier3d-urdf/src/lib.rs +++ b/crates/rapier3d-urdf/src/lib.rs @@ -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` -- cgit