Skip to content

Commit 2b18e22

Browse files
alambMazterQyou
authored andcommitted
Update for new clippy ints (apache#571)
1 parent f509acc commit 2b18e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ impl<'a> Parser<'a> {
841841
r#in: Box::new(from),
842842
})
843843
} else {
844-
return parser_err!("Position function must include IN keyword".to_string());
844+
parser_err!("Position function must include IN keyword".to_string())
845845
}
846846
}
847847

0 commit comments

Comments
 (0)