Skip to content

Commit a840cd6

Browse files
committed
Fix rustdoc
1 parent a8148b1 commit a840cd6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/dialect/postgresql.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ impl Dialect for PostgreSqlDialect {
289289
true
290290
}
291291

292-
/// [Postgres] support insert table aliases with an explicit "AS" keyword.
293-
/// See: <https://www.postgresql.org/docs/17/sql-insert.html>
292+
/// [Postgres] supports insert table aliases with an explicit "AS" keyword.
293+
///
294+
/// [Postgres]: https://www.postgresql.org/docs/17/sql-insert.html
294295
fn supports_insert_table_explicit_alias(&self) -> bool {
295296
true
296297
}

0 commit comments

Comments
 (0)