shapes: lint cleanup.

This commit is contained in:
Bill Thiede 2021-07-21 14:40:27 -07:00
parent 5600d6c561
commit 2d8a3927f4

View File

@ -1,10 +1,6 @@
use crate::{
intersections::{Intersection, Intersections},
materials::Material,
matrices::Matrix4x4,
rays::Ray,
tuples::{dot, Tuple},
EPSILON,
intersections::Intersections, materials::Material, matrices::Matrix4x4, rays::Ray,
tuples::Tuple,
};
#[derive(Debug, PartialEq, Clone)]