Add "extern crate skeptic" to build.rs

Not sure why it wasn't complaining before.
This commit is contained in:
Alexandre Bury 2017-10-13 11:33:03 -07:00
parent 8ce817741e
commit 0a35a31e1b

View File

@ -1,3 +1,5 @@
extern crate skeptic;
fn main() {
extern crate skeptic;