Drop imports from package header

That doesn't actually make sense!
This commit is contained in:
Richard Feldman 2022-12-02 16:38:22 -05:00
parent da595a86b0
commit 8a5ddaab2f
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 0 additions and 5 deletions

View file

@ -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: &[],