Prevent unsafe blocks for now

This commit is contained in:
2020-01-20 14:59:39 +01:00
parent eba485519c
commit fc84eee48b

View File

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