Skip to content

Commit 3b08353

Browse files
committed
SGA-11414 cargo format/doc fix
1 parent 1b1bfd9 commit 3b08353

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
@@ -2035,7 +2035,7 @@ impl<'a> Parser<'a> {
20352035
/// Currently implemented:
20362036
/// Scalar Function Calls
20372037
/// Date, Time, and Timestamp Literals
2038-
/// See https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/escape-sequences-in-odbc?view=sql-server-2017
2038+
/// See <https://learn.microsoft.com/en-us/sql/odbc/reference/develop-app/escape-sequences-in-odbc?view=sql-server-2017>
20392039
fn maybe_parse_odbc_body(&mut self) -> Result<Option<Expr>, ParserError> {
20402040
// Attempt 1: Try to parse it as a function.
20412041
if let Some(expr) = self.maybe_parse_odbc_fn_body()? {

0 commit comments

Comments
 (0)