Skip to content

Commit

Permalink
Fix clippy::empty_line_after_doc_comments lint (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Oct 29, 2024
1 parent 0183803 commit 36ce13e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/geometry/isometry_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::geometry::{Isometry, Rotation2, Rotation3, UnitComplex, UnitQuaternio
/// **Because this is an alias, not all its methods are listed here. See the [`Isometry`](crate::Isometry) type too.**
///
/// Also known as a 2D rigid-body motion, or as an element of SE(2).

pub type Isometry2<T> = Isometry<T, UnitComplex<T>, 2>;

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

0 comments on commit 36ce13e

Please sign in to comment.