1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-07 03:40:15 +00:00

oci: clear clippy warnings

This commit clears clippy warings for oci package.

Signed-off-by: bin liu <bin@hyper.sh>
This commit is contained in:
bin liu
2020-10-16 15:45:10 +08:00
parent f32f49bdb7
commit 16757ad490

@@ -4,7 +4,6 @@
//
use serde::{Deserialize, Serialize};
use serde_json;
use std::error;
use std::fmt::{Display, Formatter, Result as FmtResult};