Skip to content

Commit fa34d81

Browse files
Fixed documentation error
1 parent 1e18b87 commit fa34d81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ast/ddl.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,11 @@ impl Spanned for CreateExtension {
37153715

37163716
/// DROP EXTENSION statement
37173717
/// Note: this is a PostgreSQL-specific statement
3718-
/// https://www.postgresql.org/docs/current/sql-dropextension.html
3718+
///
3719+
/// # References
3720+
///
3721+
/// PostgreSQL Documentation:
3722+
/// <https://www.postgresql.org/docs/current/sql-dropextension.html>
37193723
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
37203724
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
37213725
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)