diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-07-18 14:44:48 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 09:44:48 +0200 |
| commit | 00f59d2877faa1cc3d1931664ba691f5d9324243 (patch) | |
| tree | c71be6b35960768048ec91302bf6912a0f28e874 /crates | |
| parent | 6a295d3e8e372390174cc5b3e286631eb47495c1 (diff) | |
| download | rapier-00f59d2877faa1cc3d1931664ba691f5d9324243.tar.gz rapier-00f59d2877faa1cc3d1931664ba691f5d9324243.tar.bz2 rapier-00f59d2877faa1cc3d1931664ba691f5d9324243.zip | |
clippy: Fix `clippy::lazy_doc_continuation` lints (#689)
These will be enabled in Rust 1.80 by default.
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/rapier3d-urdf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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` |
