more clippy fixes

This commit is contained in:
Nikita Sivukhin
2025-07-14 12:09:39 +04:00
parent b330c6b70e
commit 0457567714

View File

@@ -2426,7 +2426,7 @@ mod tests {
Value::Float(f) => RefValue::Float(*f),
Value::Text(text) => RefValue::Text(TextRef {
value: RawSlice::from_slice(&text.value),
subtype: text.subtype.clone(),
subtype: text.subtype,
}),
Value::Blob(blob) => RefValue::Blob(RawSlice::from_slice(blob)),
}