mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
cargo fmt --all
This commit is contained in:
parent
3120a1ea46
commit
dc5c8aeaf9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use roc_types::subs::{Rank, Variable};
|
|
||||||
use roc_error_macros::internal_error;
|
use roc_error_macros::internal_error;
|
||||||
|
use roc_types::subs::{Rank, Variable};
|
||||||
|
|
||||||
const DEFAULT_POOLS: usize = 8;
|
const DEFAULT_POOLS: usize = 8;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue