Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Dec 7, 2022
1 parent b37cedf commit bd1cca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shape/triangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,8 @@ impl ConvexPolyhedron for Triangle {
#[cfg(feature = "dim2")]
#[cfg(test)]
mod test {
use crate::math::Real;
use crate::shape::Triangle;
use na::Point3;
use na::Point2;

#[test]
fn test_triangle_area() {
Expand Down

0 comments on commit bd1cca9

Please sign in to comment.