Allow unsafe code for energy module (build failure otherwise)

This commit is contained in:
Connor Imes 2016-11-17 19:33:32 -08:00
parent 870841099a
commit 889b9ad3f0

View file

@ -21,6 +21,7 @@ extern crate serde_derive;
extern crate signpost;
extern crate util;
#[allow(unsafe_code)]
pub mod energy;
pub mod mem;
pub mod time;