Skip to content

Commit

Permalink
Remove some compiler warnings 2
Browse files Browse the repository at this point in the history
  • Loading branch information
smukherjee2016 committed May 20, 2019
1 parent 878b3cf commit 68035e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use crate::common::*;
use crate::film::Film;
use crate::geometry::triangle::{Triangle, TriangleMesh};
use crate::geometry::Hitable;
use log::{info, trace, warn};
use toml::Value;

pub struct SceneConfig {
Expand Down

0 comments on commit 68035e4

Please sign in to comment.