Skip to content

Commit 36ce13e

Browse files
Fix clippy::empty_line_after_doc_comments lint (#1455)
1 parent 0183803 commit 36ce13e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/geometry/isometry_alias.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use crate::geometry::{Isometry, Rotation2, Rotation3, UnitComplex, UnitQuaternio
55
/// **Because this is an alias, not all its methods are listed here. See the [`Isometry`](crate::Isometry) type too.**
66
///
77
/// Also known as a 2D rigid-body motion, or as an element of SE(2).
8-
98
pub type Isometry2<T> = Isometry<T, UnitComplex<T>, 2>;
109

1110
/// A 3-dimensional direct isometry using a unit quaternion for its rotational part.

0 commit comments

Comments
 (0)