cargo fmt

This commit is contained in:
Pekka Enberg
2025-05-22 13:02:30 +03:00
parent 5a9aa5a119
commit 9f5904d4df

View File

@@ -2,8 +2,8 @@
#![allow(non_camel_case_types)]
use limbo_core::Value;
use tracing::trace;
use std::ffi::{self, CStr, CString};
use tracing::trace;
use std::rc::Rc;
use std::sync::Arc;