Cargo fmt

This commit is contained in:
Clément Renault
2025-06-03 14:50:21 +02:00
parent 8fdcdee0cc
commit 82313a4444
18 changed files with 35 additions and 42 deletions

View File

@ -18,7 +18,8 @@ pub use vectors::EmbeddingExtractor;
pub mod perm_json_p {
use serde_json::{Map, Value};
use crate::{attribute_patterns::PatternMatch, Result};
use crate::attribute_patterns::PatternMatch;
use crate::Result;
const SPLIT_SYMBOL: char = '.';
/// Returns `true` if the `selector` match the `key`.