mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
fd7edeeaa6
commit
fd026ee9d8
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
use crate::llvm::build::{
|
||||
allocate_with_refcount_help, build_num_binop, cast_basic_basic, Env, InPlace,
|
||||
};
|
||||
use crate::llvm::build::{allocate_with_refcount_help, build_num_binop, Env, InPlace};
|
||||
use crate::llvm::compare::build_eq;
|
||||
use crate::llvm::convert::{basic_type_from_layout, collection, get_ptr_type, ptr_int};
|
||||
use crate::llvm::refcounting::PointerToRefcount;
|
||||
use inkwell::builder::Builder;
|
||||
use inkwell::context::Context;
|
||||
use inkwell::types::{BasicTypeEnum, PointerType};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue