Prevent unsafe blocks for now

This commit is contained in:
2020-01-21 10:25:09 +01:00
parent 46fad24538
commit 1f0e75ad9b

View File

@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
#[macro_use]
extern crate measure_time;