Fix the format and linter error

This commit is contained in:
Gnosnay
2024-12-28 20:35:32 +08:00
parent 44eb153619
commit 525e67ba93
7 changed files with 9 additions and 7 deletions

View File

@ -4,7 +4,8 @@ use std::collections::HashMap;
use serde::{Deserialize, Serialize};
use crate::{constants::RESERVED_VECTORS_FIELD_NAME, FieldId, FieldsIdsMap, Weight};
use crate::constants::RESERVED_VECTORS_FIELD_NAME;
use crate::{FieldId, FieldsIdsMap, Weight};
#[derive(Debug, Default, Serialize, Deserialize)]
pub struct FieldidsWeightsMap {