agent: remove #![allow(unused_unsafe)]

Fixes: #1359

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2021-02-04 21:21:48 +08:00
parent e28bf7a59d
commit f70ca69d0d

View File

@ -5,7 +5,6 @@
#![allow(non_camel_case_types)]
#![allow(unused_parens)]
#![allow(unused_unsafe)]
#[macro_use]
extern crate lazy_static;
extern crate oci;