mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-31 18:33:46 +00:00
Remove an unnecessary qualifier
This commit is contained in:
parent
74b3d14277
commit
24f2fcc28a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub enum HeaderFor<'a> {
|
|||
#[allow(dead_code)]
|
||||
platform_main_type: TypedIdent<'a>,
|
||||
/// provided symbol to host (commonly `mainForHost`)
|
||||
main_for_host: roc_module::symbol::Symbol,
|
||||
main_for_host: Symbol,
|
||||
},
|
||||
Interface,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue