Prevent unsafe blocks for now

This commit is contained in:
2020-01-21 09:55:50 +01:00
parent 0435db7d18
commit 41f8aa368b

View File

@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]
mod destructured;
mod full_record;