diff --git a/lib/build.rs b/lib/build.rs index 5273a5303..365a79340 100644 --- a/lib/build.rs +++ b/lib/build.rs @@ -6,7 +6,6 @@ use std::{env, fs}; use protobuf_codegen::Codegen; use protobuf_parse::Parser; use serde::{Deserialize, Serialize}; -use serde_json; use yara_x_proto::exts::module_options as yara_module_options;