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::{ use crate::{
intersections::{Intersection, Intersections}, intersections::Intersections, materials::Material, matrices::Matrix4x4, rays::Ray,
materials::Material, tuples::Tuple,
matrices::Matrix4x4,
rays::Ray,
tuples::{dot, Tuple},
EPSILON,
}; };
#[derive(Debug, PartialEq, Clone)] #[derive(Debug, PartialEq, Clone)]