mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
cargo fmt
This commit is contained in:
parent
a575ff22fa
commit
68e3a10ff0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::llvm::build_dict::{dict_len, dict_empty};
|
||||
use crate::llvm::build_dict::{dict_empty, dict_len};
|
||||
use crate::llvm::build_hash::hash;
|
||||
use crate::llvm::build_list::{
|
||||
allocate_list, empty_list, empty_polymorphic_list, list_append, list_concat, list_contains,
|
||||
|
@ -9,6 +9,7 @@ use crate::llvm::build_str::{
|
|||
str_concat, str_count_graphemes, str_ends_with, str_from_int, str_join_with,
|
||||
str_number_of_bytes, str_split, str_starts_with, CHAR_LAYOUT,
|
||||
};
|
||||
|
||||
use crate::llvm::compare::{build_eq, build_neq};
|
||||
use crate::llvm::convert::{
|
||||
basic_type_from_builtin, basic_type_from_layout, block_of_memory, block_of_memory_slices,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue