mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +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)]
|
#[allow(dead_code)]
|
||||||
platform_main_type: TypedIdent<'a>,
|
platform_main_type: TypedIdent<'a>,
|
||||||
/// provided symbol to host (commonly `mainForHost`)
|
/// provided symbol to host (commonly `mainForHost`)
|
||||||
main_for_host: roc_module::symbol::Symbol,
|
main_for_host: Symbol,
|
||||||
},
|
},
|
||||||
Interface,
|
Interface,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue