Remove an unnecessary qualifier

This commit is contained in:
Richard Feldman 2022-12-06 14:26:15 -05:00
parent 74b3d14277
commit 24f2fcc28a
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -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,
}