From c23c2cd41de648556f59ea9e5bd6314b48bdd2ed Mon Sep 17 00:00:00 2001 From: lyken Date: Mon, 26 Aug 2024 15:02:37 +0800 Subject: [PATCH] artiq: fold import --- nac3artiq/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nac3artiq/src/lib.rs b/nac3artiq/src/lib.rs index 6b310b3d..b6cd000a 100644 --- a/nac3artiq/src/lib.rs +++ b/nac3artiq/src/lib.rs @@ -33,8 +33,9 @@ use inkwell::{ OptimizationLevel, }; use itertools::Itertools; -use nac3core::codegen::irrt::setup_irrt_exceptions; -use nac3core::codegen::{gen_func_impl, CodeGenLLVMOptions, CodeGenTargetMachineOptions}; +use nac3core::codegen::{ + gen_func_impl, irrt::setup_irrt_exceptions, CodeGenLLVMOptions, CodeGenTargetMachineOptions, +}; use nac3core::toplevel::builtins::get_exn_constructor; use nac3core::typecheck::typedef::{into_var_map, TypeEnum, Unifier, VarMap}; use nac3parser::{