mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
spelling
This commit is contained in:
parent
45d994d7d7
commit
be71514435
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ extern crate pulldown_cmark;
|
|||
extern crate roc_load;
|
||||
use bumpalo::Bump;
|
||||
use roc_can::scope::Scope;
|
||||
use roc_collections::{VecSet};
|
||||
use roc_collections::VecSet;
|
||||
use roc_load::docs::{DocEntry, TypeAnnotation};
|
||||
use roc_load::docs::{ModuleDocumentation, RecordField};
|
||||
use roc_load::{ExecutionMode, LoadConfig, LoadedModule, LoadingProblem, Threading};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue