mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-29 17:33:45 +00:00
Don't give packages names
This commit is contained in:
parent
e3687935a3
commit
222e0193a3
2 changed files with 5 additions and 8 deletions
|
@ -26,7 +26,6 @@ pub enum HeaderType<'a> {
|
|||
generates_with: &'a [Symbol],
|
||||
},
|
||||
Platform {
|
||||
name: PackageName<'a>,
|
||||
opt_app_module_id: Option<ModuleId>,
|
||||
/// the name and type scheme of the main function (required by the platform)
|
||||
/// (type scheme is currently unused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue