From 8b451a239564f702165c6dff1c69bbc4c5356d0d Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 16 Jul 2021 21:06:23 -0700 Subject: [PATCH] rays: lint cleanup --- rtchallenge/src/rays.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtchallenge/src/rays.rs b/rtchallenge/src/rays.rs index 27c401f..69d2372 100644 --- a/rtchallenge/src/rays.rs +++ b/rtchallenge/src/rays.rs @@ -1,4 +1,4 @@ -use crate::{matrices::Matrix4x4, tuples::Tuple}; +use crate::tuples::Tuple; pub struct Ray { pub origin: Tuple,