From 6c4a3c1120146bff18b0eb83415b1a87987e0521 Mon Sep 17 00:00:00 2001 From: Jubilee <46493976+workingjubilee@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:10:25 -0800 Subject: [PATCH] Make a non-example not a doctest (#1556) --- pgrx-sql-entity-graph/src/pgrx_attribute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgrx-sql-entity-graph/src/pgrx_attribute.rs b/pgrx-sql-entity-graph/src/pgrx_attribute.rs index dc4d13cb98..5ad32e2bcd 100644 --- a/pgrx-sql-entity-graph/src/pgrx_attribute.rs +++ b/pgrx-sql-entity-graph/src/pgrx_attribute.rs @@ -51,7 +51,7 @@ impl Parse for PgrxArg { /// Parse `name = val` in `#[pgrx(name = val)]` /// /// It may seem like we leave this unhandled: - /// ```rust + /// ```rust,ignore /// #[pg_aggregate] /// impl Aggregate for Aggregated { /// #[pgrx(immutable, parallel_safe)]