fix comment mistaken for doc test

This commit is contained in:
Folkert 2021-03-25 21:41:19 +01:00
parent 9273c74c70
commit 132ba77a47

View file

@ -62,7 +62,7 @@ pub struct ExprParseOptions {
/// Check for the `->` token, and raise an error if found
/// This is usually true, but false in if-guards
///
/// Just foo if foo == 2 -> ...
/// > Just foo if foo == 2 -> ...
check_for_arrow: bool,
}