fixed cargo clippy error

This commit is contained in:
DustInDark
2022-06-07 20:00:04 +09:00
parent ac5ac7fe1a
commit f273ffd74d

View File

@@ -7,7 +7,7 @@ use std::sync::RwLock;
use crate::detections::configs;
use crate::detections::utils::get_serde_number_to_string;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct PivotKeyword {
pub keywords: HashSet<String>,
pub fields: HashSet<String>,