mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix comment mistaken for doc test
This commit is contained in:
parent
9273c74c70
commit
132ba77a47
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ pub struct ExprParseOptions {
|
||||||
/// Check for the `->` token, and raise an error if found
|
/// Check for the `->` token, and raise an error if found
|
||||||
/// This is usually true, but false in if-guards
|
/// This is usually true, but false in if-guards
|
||||||
///
|
///
|
||||||
/// Just foo if foo == 2 -> ...
|
/// > Just foo if foo == 2 -> ...
|
||||||
check_for_arrow: bool,
|
check_for_arrow: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue