Fix some compiler warnings.
This commit is contained in:
parent
4ef376dc89
commit
14b16896ac
|
@ -11,7 +11,6 @@
|
||||||
#![allow(clippy::needless_range_loop)]
|
#![allow(clippy::needless_range_loop)]
|
||||||
#![allow(clippy::excessive_precision)]
|
#![allow(clippy::excessive_precision)]
|
||||||
|
|
||||||
#[macro_use]
|
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|
||||||
mod accel;
|
mod accel;
|
||||||
|
|
|
@ -12,8 +12,6 @@ use crate::{
|
||||||
transform_stack::TransformStack,
|
transform_stack::TransformStack,
|
||||||
};
|
};
|
||||||
|
|
||||||
use float4::Bool4;
|
|
||||||
|
|
||||||
pub struct Tracer<'a> {
|
pub struct Tracer<'a> {
|
||||||
ray_stack: RayStack,
|
ray_stack: RayStack,
|
||||||
inner: TracerInner<'a>,
|
inner: TracerInner<'a>,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user