Removed compiler flags

This commit is contained in:
STP
2023-11-20 20:04:36 -05:00
parent fcb6695a0d
commit fe24f207f8

View File

@@ -1,7 +1,3 @@
#![allow(dead_code)]
#![allow(unused_imports)]
#![allow(unused_variables)]
use crate::EPSILON; use crate::EPSILON;
use nalgebra::{Point3, Unit, Vector3}; use nalgebra::{Point3, Unit, Vector3};