mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Expose platform_header
This commit is contained in:
parent
1868051105
commit
a8ae25697d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ pub fn app_header<'a>() -> impl Parser<'a, AppHeader<'a>> {
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
fn platform_header<'a>() -> impl Parser<'a, PlatformHeader<'a>> {
|
||||
pub fn platform_header<'a>() -> impl Parser<'a, PlatformHeader<'a>> {
|
||||
parser::map(
|
||||
and!(
|
||||
skip_first!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue