Drop stale imports left behind by the record-wire port

This commit is contained in:
Dennis Kobert
2026-08-17 10:28:29 +00:00
parent 0c49026c9a
commit ae7c51a964
5 changed files with 7 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ impl<S: Spawner> Runtime for GraphRuntime<S> {
mod tests {
use super::*;
use crate::arena::Arena;
use crate::context::{ContextImpl, Ctx, CtxSnapshot, EvalScope, ExtractFootprint, ExtractVarArgs, VarArgLink, VarArgSlots};
use crate::context::{ContextImpl, Ctx, EvalScope, ExtractFootprint, ExtractVarArgs, VarArgLink, VarArgSlots};
use crate::gpoll::GPoll;
use crate::node::Node;
use crate::record::{Layout, RecordExtract, RecordLift, element_write, stack};