mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cargo fmt
This commit is contained in:
parent
099a0b5d41
commit
755f4c01f3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::fmt::Debug;
|
||||
|
||||
use crate::header::{AppHeader, InterfaceHeader, PlatformHeader, HostedHeader};
|
||||
use crate::header::{AppHeader, HostedHeader, InterfaceHeader, PlatformHeader};
|
||||
use crate::ident::Ident;
|
||||
use bumpalo::collections::{String, Vec};
|
||||
use bumpalo::Bump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue