From fe24f207f8e8cf3d190418c99592c1b893af5000 Mon Sep 17 00:00:00 2001 From: STP Date: Mon, 20 Nov 2023 20:04:36 -0500 Subject: [PATCH] Removed compiler flags --- src/ray.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ray.rs b/src/ray.rs index 3f4dea9..bfa1a8b 100644 --- a/src/ray.rs +++ b/src/ray.rs @@ -1,7 +1,3 @@ -#![allow(dead_code)] -#![allow(unused_imports)] -#![allow(unused_variables)] - use crate::EPSILON; use nalgebra::{Point3, Unit, Vector3};