This commit is contained in:
Guillaume Gomez
2024-09-27 22:09:18 +02:00
parent 325b70890a
commit 7cde7db1fc
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
use std::borrow::Cow;
use gccjit::{CType, Context};
use gccjit::{Function, FunctionPtrType, RValue, ToRValue, UnaryOp};
use gccjit::{CType, Context, Function, FunctionPtrType, RValue, ToRValue, UnaryOp};
use rustc_codegen_ssa::traits::BuilderMethods;
use crate::builder::Builder;