Skip to content

Commit 91f8cba

Browse files
committed
SGA-11414 cargo format/doc fix
1 parent db8e03d commit 91f8cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ impl<'a> Parser<'a> {
20392039
/// Currently implemented:
20402040
/// Scalar Function Calls
20412041
/// Date, Time, and Timestamp Literals
2042-
/// See https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/escape-sequences-in-odbc?view=sql-server-2017
2042+
/// See <https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/escape-sequences-in-odbc?view=sql-server-2017>
20432043
fn maybe_parse_odbc_body(&mut self) -> Result<Option<Expr>, ParserError> {
20442044
// Attempt 1: Try to parse it as a function.
20452045
if let Some(expr) = self.maybe_parse_odbc_fn_body()? {

0 commit comments

Comments
 (0)