mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 12:32:29 +00:00
Drop imports
from package header
That doesn't actually make sense!
This commit is contained in:
parent
da595a86b0
commit
8a5ddaab2f
4 changed files with 0 additions and 5 deletions
|
@ -295,7 +295,6 @@ impl<'a> RemoveSpaces<'a> for Module<'a> {
|
|||
name: header.name.remove_spaces(arena),
|
||||
exposes: header.exposes.remove_spaces(arena),
|
||||
packages: header.packages.remove_spaces(arena),
|
||||
imports: header.imports.remove_spaces(arena),
|
||||
}),
|
||||
Header::Platform(header) => Header::Platform(PlatformHeader {
|
||||
before_name: &[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue