mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Support package-qualified imports
This commit is contained in:
parent
b70f265242
commit
d0c651726d
3 changed files with 15 additions and 7 deletions
|
@ -175,7 +175,7 @@ fn fmt_imports_entry<'a>(buf: &mut String<'a>, entry: &'a ImportsEntry<'a>, inde
|
|||
}
|
||||
}
|
||||
|
||||
Package(_name, _entries) => {
|
||||
Package(_pkg, _name, _entries) => {
|
||||
todo!("TODO Format imported package");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue