Prevent unsafe blocks for now

This commit is contained in:
2020-01-21 09:58:23 +01:00
parent 07d43aff0d
commit 1dfe8d203e

View File

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