Skip to content

Commit 5865a29

Browse files
committed
Clippy
1 parent b031d45 commit 5865a29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/core/src/host/wasm_common/module_host_actor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use crate::host::scheduler::Scheduler;
77
use anyhow::Context;
88
use bytes::Bytes;
99
use nonempty::NonEmpty;
10-
use parking_lot::{Condvar, Mutex};
1110
use spacetimedb_lib::buffer::DecodeError;
1211
use spacetimedb_lib::{bsatn, IndexType, ModuleDef};
1312

crates/core/src/vm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::db::datastore::locking_tx_datastore::MutTxId;
44
use crate::db::datastore::traits::{ColumnDef, IndexDef, IndexId, SequenceId, TableDef};
55
use crate::db::relational_db::RelationalDB;
66
use crate::error::DBError;
7-
use itertools::Itertools;
87
use nonempty::NonEmpty;
98
use spacetimedb_lib::auth::{StAccess, StTableType};
109
use spacetimedb_lib::identity::AuthCtx;

0 commit comments

Comments
 (0)