Prevent unsafe blocks for now

This commit is contained in:
2020-01-20 14:43:10 +01:00
parent b8baee8019
commit e8d931b551
2 changed files with 4 additions and 0 deletions

View File

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

View File

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