fixed cargo clippy error
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user