Skip to content

Commit 8494ce8

Browse files
committed
fix cargo doc
1 parent 1be060f commit 8494ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ impl fmt::Display for TableAlias {
16141614
/// Most of the time, the data type is not specified.
16151615
/// But some table-valued functions do require specifying the data type.
16161616
///
1617-
/// See https://www.postgresql.org/docs/17/queries-table-expressions.html#QUERIES-TABLEFUNCTIONS
1617+
/// See <https://www.postgresql.org/docs/17/queries-table-expressions.html#QUERIES-TABLEFUNCTIONS>
16181618
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
16191619
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
16201620
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)