Prevent unsafe blocks for now

This commit is contained in:
2020-01-20 10:23:04 +01:00
parent 5996eaba51
commit bb0e030c2d

View File

@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
use std::fs::File;
use std::io::BufWriter;