mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
style: format
This commit is contained in:
parent
9ae8435e36
commit
0ff88f50eb
|
@ -5,8 +5,8 @@ use common::{BodyBuilder, BuildCtx};
|
||||||
use edlang_ast as ast;
|
use edlang_ast as ast;
|
||||||
use edlang_ir as ir;
|
use edlang_ir as ir;
|
||||||
use ir::{
|
use ir::{
|
||||||
BasicBlock, Body, ConstValue, DefId, Local, LocalKind, Operand, Place, ProgramBody, Statement,
|
BasicBlock, Body, DefId, Local, LocalKind, Operand, Place, ProgramBody, Statement,
|
||||||
StatementKind, SwitchTarget, Terminator, TypeInfo, TypeKind, ValueTree,
|
StatementKind, SwitchTarget, Terminator, TypeInfo, TypeKind,
|
||||||
};
|
};
|
||||||
|
|
||||||
mod common;
|
mod common;
|
||||||
|
|
Loading…
Reference in a new issue