From 2c79132ebc65548b4b891d463217e0f296e387fa Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 17 Jul 2021 15:37:25 -0700 Subject: [PATCH] world: cleanup lint --- rtchallenge/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtchallenge/src/world.rs b/rtchallenge/src/world.rs index de7c93f..126fd06 100644 --- a/rtchallenge/src/world.rs +++ b/rtchallenge/src/world.rs @@ -2,7 +2,7 @@ use crate::{ intersections::Intersections, lights::PointLight, materials::Material, - matrices::{Matrix2x2, Matrix4x4}, + matrices::Matrix4x4, rays::Ray, spheres::{intersect, Sphere}, tuples::{Color, Tuple},