Remove accidental trailing spaces

This commit is contained in:
Jan Van Bruggen 2022-01-18 10:11:13 -07:00
parent 3eb266c860
commit 1e9d2d1239
44 changed files with 169 additions and 169 deletions

View file

@ -61,7 +61,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 -> ...
check_for_arrow: bool,
}