mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
cargo fmt
This commit is contained in:
parent
2465c204e3
commit
d6c54645ce
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
|||
extern crate clap;
|
||||
|
||||
use bumpalo::Bump;
|
||||
use roc_build::program::gen;
|
||||
use roc_collections::all::MutMap;
|
||||
use roc_gen::llvm::build::OptLevel;
|
||||
use roc_build::program::gen;
|
||||
use roc_load::file::LoadingProblem;
|
||||
use std::time::SystemTime;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue